summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2021-11-15 10:41:11 +0000
committerschwarze <>2021-11-15 10:41:11 +0000
commit4179a86a72a748d2de2c8726ea230f62f3ea6433 (patch)
tree2db8975eae235499c4ae7b5113c7e7a2d0b8e558 /src/lib/libcrypto/man/Makefile
parent0a9989975f8999ece81564c98fe6a2fbbbf20eab (diff)
downloadopenbsd-4179a86a72a748d2de2c8726ea230f62f3ea6433.tar.gz
openbsd-4179a86a72a748d2de2c8726ea230f62f3ea6433.tar.bz2
openbsd-4179a86a72a748d2de2c8726ea230f62f3ea6433.zip
document i2a_ASN1_STRING(3) and a2i_ASN1_STRING(3)
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 4a22484ea3..a1e1c97b81 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.211 2021/11/11 12:06:25 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.212 2021/11/15 10:41:11 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -398,6 +398,7 @@ MAN= \
398 des_read_pw.3 \ 398 des_read_pw.3 \
399 evp.3 \ 399 evp.3 \
400 get_rfc3526_prime_8192.3 \ 400 get_rfc3526_prime_8192.3 \
401 i2a_ASN1_STRING.3 \
401 i2d_CMS_bio_stream.3 \ 402 i2d_CMS_bio_stream.3 \
402 i2d_PKCS7_bio_stream.3 \ 403 i2d_PKCS7_bio_stream.3 \
403 lh_new.3 \ 404 lh_new.3 \