RT3990: Fix #include path.
authorAnton Blanchard <anton@samba.org>
Thu, 6 Aug 2015 01:48:35 +0000 (21:48 -0400)
committerRich Salz <rsalz@openssl.org>
Thu, 6 Aug 2015 02:06:22 +0000 (22:06 -0400)
Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(cherry picked from commit 1125245997dac232a0c0867b6c858cda4e549c6d)

crypto/ppccap.c

index 2b7f704cd82af2a01898e12e4f02b60b2c9ad1d6..74af4732b5fa8dc3905d74ec568657292b22bf06 100644 (file)
@@ -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"