diff options
| author | jsing <> | 2014-05-16 14:45:18 +0000 |
|---|---|---|
| committer | jsing <> | 2014-05-16 14:45:18 +0000 |
| commit | 124db4e5c16f888f2cd4b5dde29ca6a3e6736cbb (patch) | |
| tree | 98293a2f100237b2807fc938f7b40c8347707cd4 /src | |
| parent | 252be4efa78e5b1b1060d9861ebfb333ebbc34ff (diff) | |
| download | openbsd-124db4e5c16f888f2cd4b5dde29ca6a3e6736cbb.tar.gz openbsd-124db4e5c16f888f2cd4b5dde29ca6a3e6736cbb.tar.bz2 openbsd-124db4e5c16f888f2cd4b5dde29ca6a3e6736cbb.zip | |
Include openssl/evp.h for OPENSSL_add_all_algorithms_noconf().
From Brent Cook.
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libcrypto/rc4/rc4test.c | 1 |
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 | ||
