diff options
Diffstat (limited to 'src/lib/libcrypto/man/X509_STORE_load_locations.3')
-rw-r--r-- | src/lib/libcrypto/man/X509_STORE_load_locations.3 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/X509_STORE_load_locations.3 b/src/lib/libcrypto/man/X509_STORE_load_locations.3 index ca81297bed..9b42ce8f4d 100644 --- a/src/lib/libcrypto/man/X509_STORE_load_locations.3 +++ b/src/lib/libcrypto/man/X509_STORE_load_locations.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509_STORE_load_locations.3,v 1.3 2018/02/25 17:46:38 schwarze Exp $ | 1 | .\" $OpenBSD: X509_STORE_load_locations.3,v 1.4 2018/03/21 03:28:40 schwarze Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -14,7 +14,7 @@ | |||
14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | .\" | 16 | .\" |
17 | .Dd $Mdocdate: February 25 2018 $ | 17 | .Dd $Mdocdate: March 21 2018 $ |
18 | .Dt X509_STORE_LOAD_LOCATIONS 3 | 18 | .Dt X509_STORE_LOAD_LOCATIONS 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -108,6 +108,12 @@ default directory for | |||
108 | .Xr X509_STORE_new 3 , | 108 | .Xr X509_STORE_new 3 , |
109 | .Xr X509_STORE_set1_param 3 , | 109 | .Xr X509_STORE_set1_param 3 , |
110 | .Xr X509_STORE_set_verify_cb 3 | 110 | .Xr X509_STORE_set_verify_cb 3 |
111 | .Sh HISTORY | ||
112 | .Fn X509_STORE_load_locations | ||
113 | and | ||
114 | .Fn X509_STORE_set_default_paths | ||
115 | appeared before SSLeay 0.8 and have been available since | ||
116 | .Ox 2.4 . | ||
111 | .Sh BUGS | 117 | .Sh BUGS |
112 | By the time that adding a directory is found to have failed, | 118 | By the time that adding a directory is found to have failed, |
113 | the file and some other directories may already have been successfully loaded, | 119 | the file and some other directories may already have been successfully loaded, |