Include <string.h> to get definition of strcmp.
This commit is contained in:
parent
6069bdbe27
commit
c116de76ad
1 changed files with 3 additions and 0 deletions
|
@ -47,9 +47,12 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "apps.h"
|
||||
#include <openssl/bn.h>
|
||||
|
||||
|
||||
#undef PROG
|
||||
#define PROG prime_main
|
||||
|
||||
|
|
Loading…
Reference in a new issue