RT3990: Fix #include path.

Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(cherry picked from commit 1125245997)
This commit is contained in:
Anton Blanchard 2015-08-05 21:48:35 -04:00 committed by Rich Salz
parent 5438e17de0
commit 9ea70e5b40

View 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"