diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/man/X509_STORE_load_locations.3 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/libcrypto/man/X509_STORE_load_locations.3 b/src/lib/libcrypto/man/X509_STORE_load_locations.3 index fa24044a36..8f1f41feac 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.1 2017/01/07 00:45:04 schwarze Exp $ | 1 | .\" $OpenBSD: X509_STORE_load_locations.3,v 1.2 2017/01/07 08:46:13 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -64,8 +64,9 @@ See that manual page for more information. | |||
64 | .Fn X509_STORE_set_default_paths | 64 | .Fn X509_STORE_set_default_paths |
65 | is similar except that it instructs the | 65 | is similar except that it instructs the |
66 | .Fa store | 66 | .Fa store |
67 | to use the default PEM file and directory, see | 67 | to use the default PEM file and directory |
68 | .Sx FILES , | 68 | (as documented in |
69 | .Sx FILES ) | ||
69 | in addition to what is already configured. | 70 | in addition to what is already configured. |
70 | It ignores errors that occur while trying to load the file or to | 71 | It ignores errors that occur while trying to load the file or to |
71 | add the directory, but it may still fail for other reasons, for | 72 | add the directory, but it may still fail for other reasons, for |
@@ -107,10 +108,9 @@ default directory for | |||
107 | .Xr X509_STORE_set1_param 3 , | 108 | .Xr X509_STORE_set1_param 3 , |
108 | .Xr X509_STORE_set_verify_cb 3 | 109 | .Xr X509_STORE_set_verify_cb 3 |
109 | .Sh BUGS | 110 | .Sh BUGS |
110 | By the time adding a directory is found to fail, the file and some | 111 | By the time that adding a directory is found to have failed, |
111 | other directories may already have been successfully loaded, so | 112 | the file and some other directories may already have been successfully loaded, |
112 | these functions may change the state of the store even when they | 113 | so these functions may change the state of the store even when they fail. |
113 | fail. | ||
114 | .Pp | 114 | .Pp |
115 | .Fn X509_STORE_set_default_paths | 115 | .Fn X509_STORE_set_default_paths |
116 | clears the error queue, deleting even error information that was | 116 | clears the error queue, deleting even error information that was |