diff options
author | jsing <> | 2014-10-22 13:18:17 +0000 |
---|---|---|
committer | jsing <> | 2014-10-22 13:18:17 +0000 |
commit | a5ae6e09eb3d7ae9cef0fc65a04c31e6478f5cb5 (patch) | |
tree | 0dcc4f1b8d93bd65bcb342478a4a5371a37453af | |
parent | a2960bc2e14b4c5f7d8f78d2a69ebb537ca4afa8 (diff) | |
download | openbsd-a5ae6e09eb3d7ae9cef0fc65a04c31e6478f5cb5.tar.gz openbsd-a5ae6e09eb3d7ae9cef0fc65a04c31e6478f5cb5.tar.bz2 openbsd-a5ae6e09eb3d7ae9cef0fc65a04c31e6478f5cb5.zip |
None of these need <openssl/rand.h>
-rw-r--r-- | src/regress/lib/libcrypto/bn/general/bntest.c | 1 | ||||
-rw-r--r-- | src/regress/lib/libcrypto/dh/dhtest.c | 1 | ||||
-rw-r--r-- | src/regress/lib/libcrypto/dsa/dsatest.c | 1 | ||||
-rw-r--r-- | src/regress/lib/libcrypto/ec/ectest.c | 1 | ||||
-rw-r--r-- | src/regress/lib/libcrypto/ecdh/ecdhtest.c | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/src/regress/lib/libcrypto/bn/general/bntest.c b/src/regress/lib/libcrypto/bn/general/bntest.c index 7a902b823f..a3206aba8c 100644 --- a/src/regress/lib/libcrypto/bn/general/bntest.c +++ b/src/regress/lib/libcrypto/bn/general/bntest.c | |||
@@ -81,7 +81,6 @@ | |||
81 | 81 | ||
82 | #include <openssl/bio.h> | 82 | #include <openssl/bio.h> |
83 | #include <openssl/bn.h> | 83 | #include <openssl/bn.h> |
84 | #include <openssl/rand.h> | ||
85 | #include <openssl/x509.h> | 84 | #include <openssl/x509.h> |
86 | #include <openssl/err.h> | 85 | #include <openssl/err.h> |
87 | 86 | ||
diff --git a/src/regress/lib/libcrypto/dh/dhtest.c b/src/regress/lib/libcrypto/dh/dhtest.c index 9851c4f0c6..f1ddc5ccf5 100644 --- a/src/regress/lib/libcrypto/dh/dhtest.c +++ b/src/regress/lib/libcrypto/dh/dhtest.c | |||
@@ -69,7 +69,6 @@ | |||
69 | #include <openssl/crypto.h> | 69 | #include <openssl/crypto.h> |
70 | #include <openssl/bio.h> | 70 | #include <openssl/bio.h> |
71 | #include <openssl/bn.h> | 71 | #include <openssl/bn.h> |
72 | #include <openssl/rand.h> | ||
73 | #include <openssl/err.h> | 72 | #include <openssl/err.h> |
74 | 73 | ||
75 | #include <openssl/dh.h> | 74 | #include <openssl/dh.h> |
diff --git a/src/regress/lib/libcrypto/dsa/dsatest.c b/src/regress/lib/libcrypto/dsa/dsatest.c index dcab96424c..1fb929a689 100644 --- a/src/regress/lib/libcrypto/dsa/dsatest.c +++ b/src/regress/lib/libcrypto/dsa/dsatest.c | |||
@@ -69,7 +69,6 @@ | |||
69 | #include <sys/stat.h> | 69 | #include <sys/stat.h> |
70 | 70 | ||
71 | #include <openssl/crypto.h> | 71 | #include <openssl/crypto.h> |
72 | #include <openssl/rand.h> | ||
73 | #include <openssl/bio.h> | 72 | #include <openssl/bio.h> |
74 | #include <openssl/err.h> | 73 | #include <openssl/err.h> |
75 | #include <openssl/bn.h> | 74 | #include <openssl/bn.h> |
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 | ||
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 | ||