diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-01-04 21:14:27 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-01-04 21:14:27 +0000 |
commit | 4e937b95e8ab35801e098c17f33eb78a643a4ffd (patch) | |
tree | d8c32feb9e8eecd3542edf1475de2318ec4915b7 /lib/libcrypto/man/Makefile | |
parent | a6eea7d42273a14de37aa002229509b4ce2d86a8 (diff) |
Write new d2i_ASN1_SEQUENCE_ANY(3) manual page from scratch.
All four functions are listed in <openssl/asn1.h>
and in OpenSSL doc/man3/d2i_X509.pod.
Note that in the OpenSSL documentation,
three of the four prototypes are incorrect.
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 c6443f3e3f4..0654dde9c06 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.109 2016/12/29 17:42:54 schwarze Exp $ +# $OpenBSD: Makefile,v 1.110 2017/01/04 21:14:26 schwarze Exp $ .include <bsd.own.mk> @@ -229,6 +229,7 @@ MAN= \ crypto.3 \ d2i_ASN1_NULL.3 \ d2i_ASN1_OBJECT.3 \ + d2i_ASN1_SEQUENCE_ANY.3 \ d2i_AUTHORITY_KEYID.3 \ d2i_BASIC_CONSTRAINTS.3 \ d2i_DHparams.3 \ |