summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjsing <>2014-05-16 14:45:18 +0000
committerjsing <>2014-05-16 14:45:18 +0000
commitd5711f49b077016089f32c6435d6dfe1a381f10e (patch)
tree98293a2f100237b2807fc938f7b40c8347707cd4
parentf39dad53268ab3895fc9a369f0b6f64a985c5b61 (diff)
downloadopenbsd-d5711f49b077016089f32c6435d6dfe1a381f10e.tar.gz
openbsd-d5711f49b077016089f32c6435d6dfe1a381f10e.tar.bz2
openbsd-d5711f49b077016089f32c6435d6dfe1a381f10e.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