The branch master has been updated
via 1125245997dac232a0c0867b6c858cda4e549c6d (commit)
from 6f136aa6fc834fd841aee6c5267288ed13aae19d (commit)
- Log -----------------------------------------------------------------
commit 1125245997dac232a0c0867b6c858cda4e549c6d
Author: Anton Blanchard <[email protected]>
Date: Wed Aug 5 21:48:35 2015 -0400
RT3990: Fix #include path.
Signed-off-by: Rich Salz <[email protected]>
Reviewed-by: Tim Hudson <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
crypto/ppccap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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"
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits