Include crypto.h in ppccap.c
authorDr. Stephen Henson <steve@openssl.org>
Sun, 1 May 2011 16:54:24 +0000 (16:54 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 1 May 2011 16:54:24 +0000 (16:54 +0000)
crypto/ppccap.c

index 4da696be4d11dbd52ba0e57399894570d0cc4595..6ccd99185d379d779c3a65960fc9ae47f8ccd2b4 100644 (file)
@@ -3,6 +3,7 @@
 #include <string.h>
 #include <setjmp.h>
 #include <signal.h>
+#include <crypto.h>
 #include <openssl/bn.h>
 
 #define PPC_FPU64      (1<<0)