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
commit876a0b34af9ba3153700bec46844a1de8894a4f0 (patch)
tree3658544e04838a18650589f99d25a989b6134df2 /src
parent681e15cb5cc69d7fd5dc63012bbce258111193d1 (diff)
downloadopenbsd-876a0b34af9ba3153700bec46844a1de8894a4f0.tar.gz
openbsd-876a0b34af9ba3153700bec46844a1de8894a4f0.tar.bz2
openbsd-876a0b34af9ba3153700bec46844a1de8894a4f0.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 .