diff options
author | jsing <> | 2014-10-22 13:18:17 +0000 |
---|---|---|
committer | jsing <> | 2014-10-22 13:18:17 +0000 |
commit | 311161c3e8905e2f6faa5ace63ff65e16548c561 (patch) | |
tree | 0dcc4f1b8d93bd65bcb342478a4a5371a37453af /src/regress/lib/libcrypto/ec/ectest.c | |
parent | fa457604779ff38b511fdfdae3c6a78664281c22 (diff) | |
download | openbsd-311161c3e8905e2f6faa5ace63ff65e16548c561.tar.gz openbsd-311161c3e8905e2f6faa5ace63ff65e16548c561.tar.bz2 openbsd-311161c3e8905e2f6faa5ace63ff65e16548c561.zip |
None of these need <openssl/rand.h>
Diffstat (limited to 'src/regress/lib/libcrypto/ec/ectest.c')
-rw-r--r-- | src/regress/lib/libcrypto/ec/ectest.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/ec/ectest.c b/src/regress/lib/libcrypto/ec/ectest.c index efb9a529ef..6199e88f53 100644 --- a/src/regress/lib/libcrypto/ec/ectest.c +++ b/src/regress/lib/libcrypto/ec/ectest.c | |||
@@ -81,7 +81,6 @@ | |||
81 | #include <openssl/err.h> | 81 | #include <openssl/err.h> |
82 | #include <openssl/obj_mac.h> | 82 | #include <openssl/obj_mac.h> |
83 | #include <openssl/objects.h> | 83 | #include <openssl/objects.h> |
84 | #include <openssl/rand.h> | ||
85 | #include <openssl/bn.h> | 84 | #include <openssl/bn.h> |
86 | #include <openssl/opensslconf.h> | 85 | #include <openssl/opensslconf.h> |
87 | 86 | ||