summaryrefslogtreecommitdiffstats
path: root/crypto/ppccap.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-05-01 18:54:24 +0200
committerDr. Stephen Henson <steve@openssl.org>2011-05-01 18:54:24 +0200
commit9f7b2c76b185a97f5786680692fa973b18a3fbb7 (patch)
treecc2b5ac1148a55e21e5c074bae941c22a19620a3 /crypto/ppccap.c
parentAdd ppc_cap.c to restricted tarball. (diff)
downloadopenssl-9f7b2c76b185a97f5786680692fa973b18a3fbb7.tar.xz
openssl-9f7b2c76b185a97f5786680692fa973b18a3fbb7.zip
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)