diff options
author | schwarze <> | 2017-01-06 22:46:06 +0000 |
---|---|---|
committer | schwarze <> | 2017-01-06 22:46:06 +0000 |
commit | f9f0c9abc8556d2ea548e6b01b7d956e473b5019 (patch) | |
tree | bdf2835a7fac30b76cca15ee1dbe1579c51651af /src/lib/libcrypto/man/X509_STORE_set1_param.3 | |
parent | 76bf5b848eff94a32025866bf92cfb56df3ae493 (diff) | |
download | openbsd-f9f0c9abc8556d2ea548e6b01b7d956e473b5019.tar.gz openbsd-f9f0c9abc8556d2ea548e6b01b7d956e473b5019.tar.bz2 openbsd-f9f0c9abc8556d2ea548e6b01b7d956e473b5019.zip |
Remove cross references to the undocumented functions X509_STORE_new(3)
and X509_STORE_add_lookup(3) reported by jmc@.
Even though these functions are public, they seem more useful internally
than for application programs, so now is not the time to document them.
Diffstat (limited to 'src/lib/libcrypto/man/X509_STORE_set1_param.3')
-rw-r--r-- | src/lib/libcrypto/man/X509_STORE_set1_param.3 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/X509_STORE_set1_param.3 b/src/lib/libcrypto/man/X509_STORE_set1_param.3 index 93455893d5..000058515e 100644 --- a/src/lib/libcrypto/man/X509_STORE_set1_param.3 +++ b/src/lib/libcrypto/man/X509_STORE_set1_param.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509_STORE_set1_param.3,v 1.2 2016/12/05 16:38:24 jmc Exp $ | 1 | .\" $OpenBSD: X509_STORE_set1_param.3,v 1.3 2017/01/06 22:46:06 schwarze Exp $ |
2 | .\" OpenSSL 99d63d46 | 2 | .\" OpenSSL 99d63d46 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Christian Heimes <cheimes@redhat.com>. | 4 | .\" This file was written by Christian Heimes <cheimes@redhat.com>. |
@@ -48,7 +48,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: December 5 2016 $ | 51 | .Dd $Mdocdate: January 6 2017 $ |
52 | .Dt X509_STORE_SET1_PARAM 3 | 52 | .Dt X509_STORE_SET1_PARAM 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -70,5 +70,3 @@ for | |||
70 | .Sh RETURN VALUES | 70 | .Sh RETURN VALUES |
71 | .Fn X509_STORE_set1_param | 71 | .Fn X509_STORE_set1_param |
72 | returns 1 for success and 0 for failure. | 72 | returns 1 for success and 0 for failure. |
73 | .Sh SEE ALSO | ||
74 | .Xr X509_STORE_new 3 | ||