diff options
author | 2014-06-02 17:03:46 +0000 | |
---|---|---|
committer | 2014-06-02 17:03:46 +0000 | |
commit | eec72fe4ffddee7e4e6e5f3b02813fcd19facb68 (patch) | |
tree | bf4ff25c886399f1aa50a9f2b257956dfc435789 | |
parent | Remove details regarding -rand from the openssl man page. (diff) | |
download | wireguard-openbsd-eec72fe4ffddee7e4e6e5f3b02813fcd19facb68.tar.xz wireguard-openbsd-eec72fe4ffddee7e4e6e5f3b02813fcd19facb68.zip |
Remove RANDFILE remnants.
-rw-r--r-- | lib/libssl/doc/openssl.cnf | 2 | ||||
-rw-r--r-- | lib/libssl/src/apps/ca.c | 1 | ||||
-rw-r--r-- | lib/libssl/src/apps/openssl.cnf | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/lib/libssl/doc/openssl.cnf b/lib/libssl/doc/openssl.cnf index 18760c6e673..7250aacf2c2 100644 --- a/lib/libssl/doc/openssl.cnf +++ b/lib/libssl/doc/openssl.cnf @@ -6,7 +6,6 @@ # This definition stops the following lines choking if HOME isn't # defined. HOME = . -RANDFILE = $ENV::HOME/.rnd # Extra OBJECT IDENTIFIER info: #oid_file = $ENV::HOME/.oid @@ -53,7 +52,6 @@ crlnumber = $dir/crlnumber # the current crl number # must be commented out to leave a V1 CRL crl = $dir/crl.pem # The current CRL private_key = $dir/private/cakey.pem# The private key -RANDFILE = $dir/private/.rand # private random number file x509_extensions = usr_cert # The extentions to add to the cert diff --git a/lib/libssl/src/apps/ca.c b/lib/libssl/src/apps/ca.c index bf32446f3bd..273edb06d65 100644 --- a/lib/libssl/src/apps/ca.c +++ b/lib/libssl/src/apps/ca.c @@ -97,7 +97,6 @@ #define ENV_CRLNUMBER "crlnumber" #define ENV_CRL "crl" #define ENV_PRIVATE_KEY "private_key" -#define ENV_RANDFILE "RANDFILE" #define ENV_DEFAULT_DAYS "default_days" #define ENV_DEFAULT_STARTDATE "default_startdate" #define ENV_DEFAULT_ENDDATE "default_enddate" diff --git a/lib/libssl/src/apps/openssl.cnf b/lib/libssl/src/apps/openssl.cnf index 18760c6e673..7250aacf2c2 100644 --- a/lib/libssl/src/apps/openssl.cnf +++ b/lib/libssl/src/apps/openssl.cnf @@ -6,7 +6,6 @@ # This definition stops the following lines choking if HOME isn't # defined. HOME = . -RANDFILE = $ENV::HOME/.rnd # Extra OBJECT IDENTIFIER info: #oid_file = $ENV::HOME/.oid @@ -53,7 +52,6 @@ crlnumber = $dir/crlnumber # the current crl number # must be commented out to leave a V1 CRL crl = $dir/crl.pem # The current CRL private_key = $dir/private/cakey.pem# The private key -RANDFILE = $dir/private/.rand # private random number file x509_extensions = usr_cert # The extentions to add to the cert |