[openssl-commits] [openssl] OpenSSL_1_0_2-stable update
Rich Salz
rsalz at openssl.org
Thu Aug 6 02:06:30 UTC 2015
The branch OpenSSL_1_0_2-stable has been updated
via 9ea70e5b4097a1319d90fca289c2a3940e846f6b (commit)
from 5438e17de05cfd383790c63bd5770945ac1ccc7f (commit)
- Log -----------------------------------------------------------------
commit 9ea70e5b4097a1319d90fca289c2a3940e846f6b
Author: Anton Blanchard <anton at samba.org>
Date: Wed Aug 5 21:48:35 2015 -0400
RT3990: Fix #include path.
Signed-off-by: Rich Salz <rsalz at openssl.org>
Reviewed-by: Tim Hudson <tjh at openssl.org>
(cherry picked from commit 1125245997dac232a0c0867b6c858cda4e549c6d)
-----------------------------------------------------------------------
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"
More information about the openssl-commits
mailing list