diff options
Diffstat (limited to 'crypto/ppccap.c')
-rw-r--r-- | crypto/ppccap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ppccap.c b/crypto/ppccap.c index 2b7f704..74af473 100644 --- a/crypto/ppccap.c +++ b/crypto/ppccap.c @@ -7,7 +7,7 @@ #if defined(__linux) || defined(_AIX) # include <sys/utsname.h> #endif -#include <crypto.h> +#include <openssl/crypto.h> #include <openssl/bn.h> #include "ppc_arch.h" |