summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2018-07-08 23:00:17 +0000
committerschwarze <>2018-07-08 23:00:17 +0000
commit3c26295b1f9b718f2e9d39df5dd95d25d2b75449 (patch)
tree336eb58caf05a3e0a34eab842af3ba10c14cd7c5 /src/lib/libcrypto/man/Makefile
parenta51380503298b0c41145c83097cef24b51c30aea (diff)
downloadopenbsd-3c26295b1f9b718f2e9d39df5dd95d25d2b75449.tar.gz
openbsd-3c26295b1f9b718f2e9d39df5dd95d25d2b75449.tar.bz2
openbsd-3c26295b1f9b718f2e9d39df5dd95d25d2b75449.zip
import the relevant parts of a new ASN1_INTEGER_get(3) manual page
from OpenSSL, fixing many bugs and polishing many details
Diffstat (limited to '')
-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 c8e5d51fd6..fe5a87e608 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,9 +1,10 @@
1# $OpenBSD: Makefile,v 1.141 2018/04/18 01:13:37 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.142 2018/07/08 23:00:17 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
5MAN= \ 5MAN= \
6 ACCESS_DESCRIPTION_new.3 \ 6 ACCESS_DESCRIPTION_new.3 \
7 ASN1_INTEGER_get.3 \
7 ASN1_OBJECT_new.3 \ 8 ASN1_OBJECT_new.3 \
8 ASN1_STRING_length.3 \ 9 ASN1_STRING_length.3 \
9 ASN1_STRING_new.3 \ 10 ASN1_STRING_new.3 \