summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2016-11-11 01:18:19 +0000
committerschwarze <>2016-11-11 01:18:19 +0000
commit9333fef059fd8a14ce70f942c63ed724ac39b325 (patch)
tree4ae5573050bcd66d898ee67b96250b310ebb4f2b /src/lib/libcrypto/man/Makefile
parentaf363730973a40f21fcd7f4e483f6f93f882e29a (diff)
downloadopenbsd-9333fef059fd8a14ce70f942c63ed724ac39b325.tar.gz
openbsd-9333fef059fd8a14ce70f942c63ed724ac39b325.tar.bz2
openbsd-9333fef059fd8a14ce70f942c63ed724ac39b325.zip
import ASN1_TYPE_get(3) from OpenSSL,
deleting ASN1_TYPE_unpack_sequence() and ASN1_TYPE_pack_sequence() which we don't have
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/man/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index 718bf91e61..07d736609b 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.50 2016/11/05 20:36:11 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.51 2016/11/11 01:18:19 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -7,6 +7,8 @@ MAN= \
7 ASN1_STRING_length.3 \ 7 ASN1_STRING_length.3 \
8 ASN1_STRING_new.3 \ 8 ASN1_STRING_new.3 \
9 ASN1_STRING_print_ex.3 \ 9 ASN1_STRING_print_ex.3 \
10 ASN1_TIME_set.3 \
11 ASN1_TYPE_get.3 \
10 ASN1_generate_nconf.3 \ 12 ASN1_generate_nconf.3 \
11 ASN1_time_parse.3 \ 13 ASN1_time_parse.3 \
12 BF_set_key.3 \ 14 BF_set_key.3 \