[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Wed Oct 25 22:25:26 UTC 2017
The branch master has been updated
via 82d89ef72515ad3d78c0160641faf30b8b024dda (commit)
from 7f111b8b2acb902341922ae46d5205967f7932e4 (commit)
- Log -----------------------------------------------------------------
commit 82d89ef72515ad3d78c0160641faf30b8b024dda
Author: Richard Levitte <levitte at openssl.org>
Date: Wed Oct 25 23:53:50 2017 +0200
doc/man3/d2i_X509.pod: add {d2i,i2d}_DSA_PUBKEY in NAME section
Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4584)
-----------------------------------------------------------------------
Summary of changes:
doc/man3/d2i_X509.pod | 2 ++
1 file changed, 2 insertions(+)
diff --git a/doc/man3/d2i_X509.pod b/doc/man3/d2i_X509.pod
index 32f5b99..d0d9b51 100644
--- a/doc/man3/d2i_X509.pod
+++ b/doc/man3/d2i_X509.pod
@@ -46,6 +46,7 @@ d2i_DSAPrivateKey,
d2i_DSAPrivateKey_bio,
d2i_DSAPrivateKey_fp,
d2i_DSAPublicKey,
+d2i_DSA_PUBKEY,
d2i_DSA_PUBKEY_bio,
d2i_DSA_PUBKEY_fp,
d2i_DSA_SIG,
@@ -217,6 +218,7 @@ i2d_DSAPrivateKey,
i2d_DSAPrivateKey_bio,
i2d_DSAPrivateKey_fp,
i2d_DSAPublicKey,
+i2d_DSA_PUBKEY,
i2d_DSA_PUBKEY_bio,
i2d_DSA_PUBKEY_fp,
i2d_DSA_SIG,
More information about the openssl-commits
mailing list