diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-12-28 00:55:06 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-12-28 00:55:06 +0000 |
commit | aae6590ce5287076404e5ed0d6709d2496fe499a (patch) | |
tree | 328fb3f73639a44489ebbddc5e4fb1e20ab645c3 /lib/libcrypto/man/Makefile | |
parent | 8fbe73d40f52e942ab35142c6cfbc688c00d8447 (diff) |
Write new manual page d2i_PKCS8_PRIV_KEY_INFO(3) from scratch.
These six function are listed in <openssl/x509.h>
and in OpenSSL doc/man3/d2i_X509.pod.
Diffstat (limited to 'lib/libcrypto/man/Makefile')
-rw-r--r-- | lib/libcrypto/man/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/man/Makefile b/lib/libcrypto/man/Makefile index 0e8d4dde50a..b9a647c38e0 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.105 2016/12/27 22:06:55 schwarze Exp $ +# $OpenBSD: Makefile,v 1.106 2016/12/28 00:55:05 schwarze Exp $ .include <bsd.own.mk> @@ -236,6 +236,7 @@ MAN= \ d2i_OCSP_RESPONSE.3 \ d2i_PKCS12.3 \ d2i_PKCS7.3 \ + d2i_PKCS8_PRIV_KEY_INFO.3 \ d2i_PKCS8PrivateKey_bio.3 \ d2i_PrivateKey.3 \ d2i_RSAPublicKey.3 \ |