RT3990: Fix #include path.

Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
Anton Blanchard 2015-08-05 21:48:35 -04:00 committed by Rich Salz
parent 6f136aa6fc
commit 1125245997

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"