diff options
author | 2015-01-05 03:54:55 +0000 | |
---|---|---|
committer | 2015-01-05 03:54:55 +0000 | |
commit | 2dd08e28c9e92875df79c2f29c40a23f0789b096 (patch) | |
tree | da28e20765afdca30d25bb4d720dc502fece3beb /usr.bin/openssl/openssl.1 | |
parent | fix SEE ALSO; (diff) | |
download | wireguard-openbsd-2dd08e28c9e92875df79c2f29c40a23f0789b096.tar.xz wireguard-openbsd-2dd08e28c9e92875df79c2f29c40a23f0789b096.zip |
Zap a reference to .rnd, which is likely the last RANDFILE remnant on
this man page.
ok jsing@
Diffstat (limited to 'usr.bin/openssl/openssl.1')
-rw-r--r-- | usr.bin/openssl/openssl.1 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/openssl/openssl.1 b/usr.bin/openssl/openssl.1 index 43227044cdc..d139d13231a 100644 --- a/usr.bin/openssl/openssl.1 +++ b/usr.bin/openssl/openssl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openssl.1,v 1.9 2014/12/24 03:22:17 lteo Exp $ +.\" $OpenBSD: openssl.1,v 1.10 2015/01/05 03:54:55 lteo Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -112,7 +112,7 @@ .\" .\" OPENSSL .\" -.Dd $Mdocdate: December 24 2014 $ +.Dd $Mdocdate: January 5 2015 $ .Dt OPENSSL 1 .Os .Sh NAME @@ -1308,7 +1308,6 @@ The values below reflect the default values. \&./demoCA/index.txt - CA text database file \&./demoCA/index.txt.old - CA text database backup file \&./demoCA/certs - certificate output file -\&./demoCA/.rnd - CA random seed information .Ed .Sh CA ENVIRONMENT VARIABLES .Ev OPENSSL_CONF |