aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ppccap.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-05-01 16:54:24 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-05-01 16:54:24 +0000
commit9f7b2c76b185a97f5786680692fa973b18a3fbb7 (patch)
treecc2b5ac1148a55e21e5c074bae941c22a19620a3 /crypto/ppccap.c
parent1c6807c9d619243a86fcaa86143a08293474e8ea (diff)
downloadopenssl-9f7b2c76b185a97f5786680692fa973b18a3fbb7.tar.gz
Include crypto.h in ppccap.c
Diffstat (limited to 'crypto/ppccap.c')
-rw-r--r--crypto/ppccap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/ppccap.c b/crypto/ppccap.c
index 4da696be4d..6ccd99185d 100644
--- a/crypto/ppccap.c
+++ b/crypto/ppccap.c
@@ -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)