summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2024-03-14 22:19:12 +0000
committertb <>2024-03-14 22:19:12 +0000
commit2d8449900d3454ba83a8f7c7b99b0136624001d5 (patch)
tree45169ac8c5f6a8940c8ee81665a5fa6ea2c9181d /src
parent1137de256089865007859834df4ee3f1e1ffbd99 (diff)
downloadopenbsd-2d8449900d3454ba83a8f7c7b99b0136624001d5.tar.gz
openbsd-2d8449900d3454ba83a8f7c7b99b0136624001d5.tar.bz2
openbsd-2d8449900d3454ba83a8f7c7b99b0136624001d5.zip
Mark up X509_STORE_get1_objects()
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/X509_STORE_set1_param.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/X509_STORE_set1_param.3 b/src/lib/libcrypto/man/X509_STORE_set1_param.3
index 85d308c3f2..527fe652e5 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.21 2024/03/04 09:24:07 tb Exp $ 1.\" $OpenBSD: X509_STORE_set1_param.3,v 1.22 2024/03/14 22:19:12 tb Exp $
2.\" content checked up to: 2.\" content checked up to:
3.\" OpenSSL man3/X509_STORE_add_cert b0edda11 Mar 20 13:00:17 2018 +0000 3.\" OpenSSL man3/X509_STORE_add_cert b0edda11 Mar 20 13:00:17 2018 +0000
4.\" OpenSSL man3/X509_STORE_get0_param e90fc053 Jul 15 09:39:45 2017 -0400 4.\" OpenSSL man3/X509_STORE_get0_param e90fc053 Jul 15 09:39:45 2017 -0400
@@ -17,7 +17,7 @@
17.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 17.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
18.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 18.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19.\" 19.\"
20.Dd $Mdocdate: March 4 2024 $ 20.Dd $Mdocdate: March 14 2024 $
21.Dt X509_STORE_SET1_PARAM 3 21.Dt X509_STORE_SET1_PARAM 3
22.Os 22.Os
23.Sh NAME 23.Sh NAME
@@ -263,6 +263,6 @@ and
263first appeared in OpenSSL 1.1.0 and have been available since 263first appeared in OpenSSL 1.1.0 and have been available since
264.Ox 6.3 . 264.Ox 6.3 .
265.Pp 265.Pp
266X509_STORE_get1_objects 266.Fn X509_STORE_get1_objects
267first appeared in BoringSSL and has been available since 267first appeared in BoringSSL and has been available since
268.Ox 7.5 . 268.Ox 7.5 .