summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2018-02-15 10:01:33 +0000
committerschwarze <>2018-02-15 10:01:33 +0000
commit328022cbe074288c8e1a5ac2d9c490d386c1716e (patch)
tree670d610ad63c3bbdbe1ecb57f5123ef5878c3188 /src/lib/libcrypto/man/Makefile
parent727fd0465f2e991eb8340f38b4e65c98033f5f76 (diff)
downloadopenbsd-328022cbe074288c8e1a5ac2d9c490d386c1716e.tar.gz
openbsd-328022cbe074288c8e1a5ac2d9c490d386c1716e.tar.bz2
openbsd-328022cbe074288c8e1a5ac2d9c490d386c1716e.zip
In x509.h rev. 1.28 2018/02/14 16:57:25, jsing@
provided X509_get0_notBefore(3) and its three friends. Write a manual page from scratch because what OpenSSL has is confusing and incomplete. By the way, providing two identical functions differing only in the constness of the returned structure is crazy. Are application programmers expected to be too stupid to write const ASN1_TIME *notBefore = X509_getm_notBefore(x) if that's what they want?
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r--src/lib/libcrypto/man/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index f60c238b1e..50e8f70510 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.126 2018/02/14 18:50:47 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.127 2018/02/15 10:01:33 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -238,6 +238,7 @@ MAN= \
238 X509_get_signature_nid.3 \ 238 X509_get_signature_nid.3 \
239 X509_get_subject_name.3 \ 239 X509_get_subject_name.3 \
240 X509_get_version.3 \ 240 X509_get_version.3 \
241 X509_get0_notBefore.3 \
241 X509_new.3 \ 242 X509_new.3 \
242 X509_sign.3 \ 243 X509_sign.3 \
243 X509_verify_cert.3 \ 244 X509_verify_cert.3 \