diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2014-10-22 13:18:18 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2014-10-22 13:18:18 +0000 |
commit | 0deadeec5fa591b5f33b74959b327eab8f890e82 (patch) | |
tree | aeb2cd4056fab3824160c2a60babd11633468f3e /regress/lib/libcrypto/bn | |
parent | 58c3dc12b82cadf69de6bc4f8f76f13629bdd6ab (diff) |
None of these need <openssl/rand.h>
Diffstat (limited to 'regress/lib/libcrypto/bn')
-rw-r--r-- | regress/lib/libcrypto/bn/general/bntest.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/regress/lib/libcrypto/bn/general/bntest.c b/regress/lib/libcrypto/bn/general/bntest.c index 7a902b823f8..a3206aba8c9 100644 --- a/regress/lib/libcrypto/bn/general/bntest.c +++ b/regress/lib/libcrypto/bn/general/bntest.c @@ -81,7 +81,6 @@ #include <openssl/bio.h> #include <openssl/bn.h> -#include <openssl/rand.h> #include <openssl/x509.h> #include <openssl/err.h> |