summaryrefslogtreecommitdiffstats
path: root/crypto/ppccap.c
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2015-08-05 21:48:35 -0400
committerRich Salz <rsalz@openssl.org>2015-08-05 22:06:22 -0400
commit9ea70e5b4097a1319d90fca289c2a3940e846f6b (patch)
tree0bd37f332d9a3cb2cf26b5194acdd0e44be613a4 /crypto/ppccap.c
parent5438e17de05cfd383790c63bd5770945ac1ccc7f (diff)
RT3990: Fix #include path.
Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> (cherry picked from commit 1125245997dac232a0c0867b6c858cda4e549c6d)
Diffstat (limited to 'crypto/ppccap.c')
-rw-r--r--crypto/ppccap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ppccap.c b/crypto/ppccap.c
index 2b7f704cd8..74af4732b5 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"