diff options
| author | schwarze <> | 2021-07-22 17:11:14 +0000 |
|---|---|---|
| committer | schwarze <> | 2021-07-22 17:11:14 +0000 |
| commit | 544ad56bb31577f9dac630c298b5f5ca2eadd6dd (patch) | |
| tree | 812181472a93383900f4fa0737302c70b0b7d58b /src/lib/libcrypto/man/Makefile | |
| parent | 4c9eceb7a82062cfb641e0b06a52af185b1c20ec (diff) | |
| download | openbsd-544ad56bb31577f9dac630c298b5f5ca2eadd6dd.tar.gz openbsd-544ad56bb31577f9dac630c298b5f5ca2eadd6dd.tar.bz2 openbsd-544ad56bb31577f9dac630c298b5f5ca2eadd6dd.zip | |
Split the functions operating on the X509_VERIFY_PARAM object out
of X509_STORE_CTX_new(3) because i'm about to document five additional
functions of this kind and the page X509_STORE_CTX_new(3) is growing
unwieldy.
No text change yet, except that i added an introductory sentence
to the beginning of the DESCRIPTION of the new page.
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
| -rw-r--r-- | src/lib/libcrypto/man/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index c7375752bb..fd8655d5b6 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.183 2021/07/20 17:31:32 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.184 2021/07/22 17:11:14 schwarze Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -298,6 +298,7 @@ MAN= \ | |||
| 298 | X509_STORE_CTX_get_error.3 \ | 298 | X509_STORE_CTX_get_error.3 \ |
| 299 | X509_STORE_CTX_get_ex_new_index.3 \ | 299 | X509_STORE_CTX_get_ex_new_index.3 \ |
| 300 | X509_STORE_CTX_new.3 \ | 300 | X509_STORE_CTX_new.3 \ |
| 301 | X509_STORE_CTX_set_flags.3 \ | ||
| 301 | X509_STORE_CTX_set_verify_cb.3 \ | 302 | X509_STORE_CTX_set_verify_cb.3 \ |
| 302 | X509_STORE_load_locations.3 \ | 303 | X509_STORE_load_locations.3 \ |
| 303 | X509_STORE_new.3 \ | 304 | X509_STORE_new.3 \ |
