diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2011-05-01 18:54:24 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2011-05-01 18:54:24 +0200 |
commit | 9f7b2c76b185a97f5786680692fa973b18a3fbb7 (patch) | |
tree | cc2b5ac1148a55e21e5c074bae941c22a19620a3 /crypto/ppccap.c | |
parent | Add ppc_cap.c to restricted tarball. (diff) | |
download | openssl-9f7b2c76b185a97f5786680692fa973b18a3fbb7.tar.xz openssl-9f7b2c76b185a97f5786680692fa973b18a3fbb7.zip |
Include crypto.h in ppccap.c
Diffstat (limited to 'crypto/ppccap.c')
-rw-r--r-- | crypto/ppccap.c | 1 |
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) |