summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authortb <>2023-07-28 05:48:33 +0000
committertb <>2023-07-28 05:48:33 +0000
commitcd5a7810f274964f07d89f110cb07feed5bc163e (patch)
tree663afe7bc99772837b2f8934613103cbbd34c0d0 /src/lib/libcrypto/man/Makefile
parente20061c65d48ab2376dad6b927a54138ea5a7eb1 (diff)
downloadopenbsd-cd5a7810f274964f07d89f110cb07feed5bc163e.tar.gz
openbsd-cd5a7810f274964f07d89f110cb07feed5bc163e.tar.bz2
openbsd-cd5a7810f274964f07d89f110cb07feed5bc163e.zip
Remove ASN1_BIT_STRING_num_asc.3
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r--src/lib/libcrypto/man/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index 1697357f62..23e48a9877 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,11 +1,10 @@
1# $OpenBSD: Makefile,v 1.258 2023/07/26 20:08:59 tb Exp $ 1# $OpenBSD: Makefile,v 1.259 2023/07/28 05:48:33 tb 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 AES_encrypt.3 \ 7 AES_encrypt.3 \
8 ASN1_BIT_STRING_num_asc.3 \
9 ASN1_BIT_STRING_set.3 \ 8 ASN1_BIT_STRING_set.3 \
10 ASN1_INTEGER_get.3 \ 9 ASN1_INTEGER_get.3 \
11 ASN1_NULL_new.3 \ 10 ASN1_NULL_new.3 \