summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/ecdh
diff options
context:
space:
mode:
authorjsing <>2014-10-22 13:18:17 +0000
committerjsing <>2014-10-22 13:18:17 +0000
commita5ae6e09eb3d7ae9cef0fc65a04c31e6478f5cb5 (patch)
tree0dcc4f1b8d93bd65bcb342478a4a5371a37453af /src/regress/lib/libcrypto/ecdh
parenta2960bc2e14b4c5f7d8f78d2a69ebb537ca4afa8 (diff)
downloadopenbsd-a5ae6e09eb3d7ae9cef0fc65a04c31e6478f5cb5.tar.gz
openbsd-a5ae6e09eb3d7ae9cef0fc65a04c31e6478f5cb5.tar.bz2
openbsd-a5ae6e09eb3d7ae9cef0fc65a04c31e6478f5cb5.zip
None of these need <openssl/rand.h>
Diffstat (limited to 'src/regress/lib/libcrypto/ecdh')
-rw-r--r--src/regress/lib/libcrypto/ecdh/ecdhtest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/ecdh/ecdhtest.c b/src/regress/lib/libcrypto/ecdh/ecdhtest.c
index d6cb61d460..427957f709 100644
--- a/src/regress/lib/libcrypto/ecdh/ecdhtest.c
+++ b/src/regress/lib/libcrypto/ecdh/ecdhtest.c
@@ -75,7 +75,6 @@
75#include <openssl/bio.h> 75#include <openssl/bio.h>
76#include <openssl/bn.h> 76#include <openssl/bn.h>
77#include <openssl/objects.h> 77#include <openssl/objects.h>
78#include <openssl/rand.h>
79#include <openssl/sha.h> 78#include <openssl/sha.h>
80#include <openssl/err.h> 79#include <openssl/err.h>
81 80