projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f136aa
)
RT3990: Fix #include path.
author
Anton Blanchard
<anton@samba.org>
Thu, 6 Aug 2015 01:48:35 +0000
(21:48 -0400)
committer
Rich Salz
<rsalz@openssl.org>
Thu, 6 Aug 2015 02:06:01 +0000
(22:06 -0400)
Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
crypto/ppccap.c
patch
|
blob
|
history
diff --git
a/crypto/ppccap.c
b/crypto/ppccap.c
index 2b7f704cd82af2a01898e12e4f02b60b2c9ad1d6..74af4732b5fa8dc3905d74ec568657292b22bf06 100644
(file)
--- 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"