We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1df1699 commit eff181dCopy full SHA for eff181d
src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1
-# $OpenBSD: Makefile,v 1.189 2021/07/31 14:54:33 schwarze Exp $
+# $OpenBSD: Makefile,v 1.190 2021/08/06 21:50:54 schwarze Exp $
2
3
.include <bsd.own.mk>
4
@@ -302,6 +302,7 @@ MAN= \
302
X509_STORE_CTX_new.3 \
303
X509_STORE_CTX_set_flags.3 \
304
X509_STORE_CTX_set_verify_cb.3 \
305
+ X509_STORE_get_by_subject.3 \
306
X509_STORE_load_locations.3 \
307
X509_STORE_new.3 \
308
X509_STORE_set_verify_cb_func.3 \
@@ -328,6 +329,7 @@ MAN= \
328
329
X509_get1_email.3 \
330
X509_keyid_set1.3 \
331
X509_new.3 \
332
+ X509_ocspid_print.3 \
333
X509_policy_check.3 \
334
X509_policy_tree_level_count.3 \
335
X509_print_ex.3 \
0 commit comments