summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2018-02-19 08:20:27 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2018-02-19 08:20:27 +0000
commit4272ed38eae20e0ca38fa48ddd2fcc64c78d02ec (patch)
treef0a82d8cde2ae22e23937476e1688ab1b9dd4b1e /lib/libcrypto/man/Makefile
parent117f0963b91f5e92a70cd66119bab2576292e40a (diff)
In x509.h rev. 1.29 2018/02/17 15:50:42, jsing@ provided
X509_get0_signature(3). Merge the documentation from OpenSSL. Rename the file from X509_get_signature_nid.3 to X509_get0_signature.3 for consistency because we are not losing any history yet.
Diffstat (limited to 'lib/libcrypto/man/Makefile')
-rw-r--r--lib/libcrypto/man/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/man/Makefile b/lib/libcrypto/man/Makefile
index 431285c7e0c..8d15d6121c4 100644
--- a/lib/libcrypto/man/Makefile
+++ b/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.131 2018/02/17 23:24:38 schwarze Exp $
+# $OpenBSD: Makefile,v 1.132 2018/02/19 08:20:26 schwarze Exp $
.include <bsd.own.mk>
@@ -241,10 +241,10 @@ MAN= \
X509_digest.3 \
X509_get_pubkey.3 \
X509_get_serialNumber.3 \
- X509_get_signature_nid.3 \
X509_get_subject_name.3 \
X509_get_version.3 \
X509_get0_notBefore.3 \
+ X509_get0_signature.3 \
X509_new.3 \
X509_sign.3 \
X509_verify_cert.3 \