diff options
| author | schwarze <> | 2018-02-25 17:46:39 +0000 |
|---|---|---|
| committer | schwarze <> | 2018-02-25 17:46:39 +0000 |
| commit | 24fe6acae50106f428884d85f5968c18ef50b4be (patch) | |
| tree | c250adca6e80f8b9c2ea059f4786a9f1792397f9 /src/lib/libcrypto/man/Makefile | |
| parent | cc3a437797fa87169d9ba0b25b4acc5cecdaf157 (diff) | |
| download | openbsd-24fe6acae50106f428884d85f5968c18ef50b4be.tar.gz openbsd-24fe6acae50106f428884d85f5968c18ef50b4be.tar.bz2 openbsd-24fe6acae50106f428884d85f5968c18ef50b4be.zip | |
In x509_vfy.h rev. 1.22 2018/02/22 17:15:09, jsing@ provided
X509_STORE_up_ref(3). X509_STORE_new(3) and X509_STORE_free(3)
have already been available earlier. Import the documentation from
OpenSSL, adding some precision.
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 d880928ea5..0de55209bb 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.133 2018/02/19 14:08:52 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.134 2018/02/25 17:46:38 schwarze Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -231,6 +231,7 @@ MAN= \ | |||
| 231 | X509_STORE_CTX_new.3 \ | 231 | X509_STORE_CTX_new.3 \ |
| 232 | X509_STORE_CTX_set_verify_cb.3 \ | 232 | X509_STORE_CTX_set_verify_cb.3 \ |
| 233 | X509_STORE_load_locations.3 \ | 233 | X509_STORE_load_locations.3 \ |
| 234 | X509_STORE_new.3 \ | ||
| 234 | X509_STORE_set_verify_cb_func.3 \ | 235 | X509_STORE_set_verify_cb_func.3 \ |
| 235 | X509_STORE_set1_param.3 \ | 236 | X509_STORE_set1_param.3 \ |
| 236 | X509_VERIFY_PARAM_set_flags.3 \ | 237 | X509_VERIFY_PARAM_set_flags.3 \ |
