Include <string.h> to get definition of strcmp.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 24 Jun 2004 12:12:43 +0000 (12:12 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 24 Jun 2004 12:12:43 +0000 (12:12 +0000)
apps/prime.c

index db17f59edaf7bd834bb99924e98f1c14422c242d..5c731a7e015c23ecc21894fa55f1b1203bdb9540 100644 (file)
  *
  */
 
+#include <string.h>
+
 #include "apps.h"
 #include <openssl/bn.h>
 
+
 #undef PROG
 #define PROG prime_main