diff options
author | 2016-12-10 22:47:49 +0000 | |
---|---|---|
committer | 2016-12-10 22:47:49 +0000 | |
commit | 4eea8f9eed7f289647fad3916e34f8ac289857e8 (patch) | |
tree | cea0a95ea881785a77d8a535c0d04323fe7b201e /lib/libcrypto/man/DSA_generate_key.3 | |
parent | Merge one sentence and the references from dh(3) to DH_new(3) and (diff) | |
download | wireguard-openbsd-4eea8f9eed7f289647fad3916e34f8ac289857e8.tar.xz wireguard-openbsd-4eea8f9eed7f289647fad3916e34f8ac289857e8.zip |
Change all references to dsa(3) to point to DSA_new(3).
Make sure all DSA pages point back to DSA_new(3).
Diffstat (limited to 'lib/libcrypto/man/DSA_generate_key.3')
-rw-r--r-- | lib/libcrypto/man/DSA_generate_key.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/DSA_generate_key.3 b/lib/libcrypto/man/DSA_generate_key.3 index 12312b5f1e8..f9a1681cffb 100644 --- a/lib/libcrypto/man/DSA_generate_key.3 +++ b/lib/libcrypto/man/DSA_generate_key.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: DSA_generate_key.3,v 1.4 2016/11/21 13:06:18 schwarze Exp $ +.\" $OpenBSD: DSA_generate_key.3,v 1.5 2016/12/10 22:47:49 schwarze Exp $ .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 .\" .\" This file was written by Ulf Moeller <ulf@openssl.org>. @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 21 2016 $ +.Dd $Mdocdate: December 10 2016 $ .Dt DSA_GENERATE_KEY 3 .Os .Sh NAME @@ -75,8 +75,8 @@ returns 1 on success or 0 otherwise. The error codes can be obtained by .Xr ERR_get_error 3 . .Sh SEE ALSO -.Xr dsa 3 , .Xr DSA_generate_parameters 3 , +.Xr DSA_new 3 , .Xr ERR_get_error 3 , .Xr RAND_bytes 3 .Sh HISTORY |