summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjmc <>2018-04-18 12:56:50 +0000
committerjmc <>2018-04-18 12:56:50 +0000
commite84b07200dc57348118d7dc81cf94046686073da (patch)
tree3658544e04838a18650589f99d25a989b6134df2 /src
parenta844bf0d89cac46a483236ae30bbc03cc580dc1e (diff)
downloadopenbsd-e84b07200dc57348118d7dc81cf94046686073da.tar.gz
openbsd-e84b07200dc57348118d7dc81cf94046686073da.tar.bz2
openbsd-e84b07200dc57348118d7dc81cf94046686073da.zip
tweak previous;
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/ENGINE_set_default.35
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/ENGINE_set_default.3 b/src/lib/libcrypto/man/ENGINE_set_default.3
index c2a53b99fe..d63dc2f390 100644
--- a/src/lib/libcrypto/man/ENGINE_set_default.3
+++ b/src/lib/libcrypto/man/ENGINE_set_default.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ENGINE_set_default.3,v 1.2 2018/04/18 03:39:22 schwarze Exp $ 1.\" $OpenBSD: ENGINE_set_default.3,v 1.3 2018/04/18 12:56:50 jmc Exp $
2.\" content checked up to: 2.\" content checked up to:
3.\" OpenSSL ENGINE_add 1f13ad31 Dec 25 17:50:39 2017 +0800 3.\" OpenSSL ENGINE_add 1f13ad31 Dec 25 17:50:39 2017 +0800
4.\" 4.\"
@@ -152,7 +152,8 @@ fails or if insufficient memory is available.
152.Fn ENGINE_set_default , 152.Fn ENGINE_set_default ,
153.Fn ENGINE_set_default_RSA , 153.Fn ENGINE_set_default_RSA ,
154.Fn ENGINE_set_default_DSA , 154.Fn ENGINE_set_default_DSA ,
155.Fn ENGINE_set_default_DH and, 155.Fn ENGINE_set_default_DH ,
156and
156.Fn ENGINE_set_default_RAND 157.Fn ENGINE_set_default_RAND
157first appeared in OpenSSL 0.9.7 and have been available since 158first appeared in OpenSSL 0.9.7 and have been available since
158.Ox 2.9 . 159.Ox 2.9 .