summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjsing <>2014-05-16 14:45:18 +0000
committerjsing <>2014-05-16 14:45:18 +0000
commit124db4e5c16f888f2cd4b5dde29ca6a3e6736cbb (patch)
tree98293a2f100237b2807fc938f7b40c8347707cd4
parent252be4efa78e5b1b1060d9861ebfb333ebbc34ff (diff)
downloadopenbsd-124db4e5c16f888f2cd4b5dde29ca6a3e6736cbb.tar.gz
openbsd-124db4e5c16f888f2cd4b5dde29ca6a3e6736cbb.tar.bz2
openbsd-124db4e5c16f888f2cd4b5dde29ca6a3e6736cbb.zip
Include openssl/evp.h for OPENSSL_add_all_algorithms_noconf().
From Brent Cook.
-rw-r--r--src/regress/lib/libcrypto/rc4/rc4test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/regress/lib/libcrypto/rc4/rc4test.c b/src/regress/lib/libcrypto/rc4/rc4test.c
index a0b08a63c3..c4d34b1a84 100644
--- a/src/regress/lib/libcrypto/rc4/rc4test.c
+++ b/src/regress/lib/libcrypto/rc4/rc4test.c
@@ -60,6 +60,7 @@
60#include <stdlib.h> 60#include <stdlib.h>
61#include <string.h> 61#include <string.h>
62 62
63#include <openssl/evp.h>
63#include <openssl/rc4.h> 64#include <openssl/rc4.h>
64#include <openssl/sha.h> 65#include <openssl/sha.h>
65 66