diff options
author | 2016-11-06 15:52:50 +0000 | |
---|---|---|
committer | 2016-11-06 15:52:50 +0000 | |
commit | 8974101adaa4618f0b19d5dd48073e2b94012fd9 (patch) | |
tree | 16f6483022ee9444fee507c805e568ac694e5f48 /lib/libcrypto/man/DSA_generate_key.3 | |
parent | since ocsp stapling is optional, make sure we guard if we do not have it. (diff) | |
download | wireguard-openbsd-8974101adaa4618f0b19d5dd48073e2b94012fd9.tar.xz wireguard-openbsd-8974101adaa4618f0b19d5dd48073e2b94012fd9.zip |
first pass; ok schwarze
Diffstat (limited to 'lib/libcrypto/man/DSA_generate_key.3')
-rw-r--r-- | lib/libcrypto/man/DSA_generate_key.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libcrypto/man/DSA_generate_key.3 b/lib/libcrypto/man/DSA_generate_key.3 index cf0872463f9..4138bf547fc 100644 --- a/lib/libcrypto/man/DSA_generate_key.3 +++ b/lib/libcrypto/man/DSA_generate_key.3 @@ -1,4 +1,6 @@ -.Dd $Mdocdate: November 2 2016 $ +.\" $OpenBSD: DSA_generate_key.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ +.\" +.Dd $Mdocdate: November 6 2016 $ .Dt DSA_GENERATE_KEY 3 .Os .Sh NAME @@ -19,7 +21,7 @@ It generates a new key pair and stores it in .Fa a->pub_key and .Fa a->priv_key . -.Sh RETURN VALUE +.Sh RETURN VALUES .Fn DSA_generate_key returns 1 on success or 0 otherwise. The error codes can be obtained by |