Skip to content

Commit eff181d

Browse files
author
schwarze
committed
link X509_STORE_get_by_subject(3) and X509_ocspid_print(3) to the build,
forgotten in earlier commits
1 parent 1df1699 commit eff181d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/lib/libcrypto/man/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $OpenBSD: Makefile,v 1.189 2021/07/31 14:54:33 schwarze Exp $
1+
# $OpenBSD: Makefile,v 1.190 2021/08/06 21:50:54 schwarze Exp $
22

33
.include <bsd.own.mk>
44

@@ -302,6 +302,7 @@ MAN= \
302302
X509_STORE_CTX_new.3 \
303303
X509_STORE_CTX_set_flags.3 \
304304
X509_STORE_CTX_set_verify_cb.3 \
305+
X509_STORE_get_by_subject.3 \
305306
X509_STORE_load_locations.3 \
306307
X509_STORE_new.3 \
307308
X509_STORE_set_verify_cb_func.3 \
@@ -328,6 +329,7 @@ MAN= \
328329
X509_get1_email.3 \
329330
X509_keyid_set1.3 \
330331
X509_new.3 \
332+
X509_ocspid_print.3 \
331333
X509_policy_check.3 \
332334
X509_policy_tree_level_count.3 \
333335
X509_print_ex.3 \

0 commit comments

Comments
 (0)