diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-12-04 20:51:48 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-12-04 20:51:48 +0000 |
commit | 68995201a087eafce0fd5dd8aba508c68a0d07f0 (patch) | |
tree | 8e5ef2c22eeadaaaf4591185271f8e993df333c9 /lib/libcrypto/man/Makefile | |
parent | a3095e08fd76a18a66aa1711c0fe321c213499c0 (diff) |
import five newish X509 pages from OpenSSL
Diffstat (limited to 'lib/libcrypto/man/Makefile')
-rw-r--r-- | lib/libcrypto/man/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libcrypto/man/Makefile b/lib/libcrypto/man/Makefile index f6dd178a0c1..c8eb806169c 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.61 2016/11/29 18:16:09 deraadt Exp $ +# $OpenBSD: Makefile,v 1.62 2016/12/04 20:51:47 schwarze Exp $ .include <bsd.own.mk> @@ -170,6 +170,11 @@ MAN= \ SMIME_read_PKCS7.3 \ SMIME_write_PKCS7.3 \ UI_new.3 \ + X509V3_get_d2i.3 \ + X509_ALGOR_dup.3 \ + X509_CRL_get0_by_serial.3 \ + X509_EXTENSION_set_object.3 \ + X509_LOOKUP_hash_dir.3 \ X509_NAME_ENTRY_get_object.3 \ X509_NAME_add_entry_by_txt.3 \ X509_NAME_get_index_by_NID.3 \ |