diff options
-rw-r--r-- | lib/libcrypto/man/ENGINE_set_default.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libcrypto/man/ENGINE_set_default.3 b/lib/libcrypto/man/ENGINE_set_default.3 index c2a53b99fe7..d63dc2f390f 100644 --- a/lib/libcrypto/man/ENGINE_set_default.3 +++ b/lib/libcrypto/man/ENGINE_set_default.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ENGINE_set_default.3,v 1.2 2018/04/18 03:39:22 schwarze Exp $ +.\" $OpenBSD: ENGINE_set_default.3,v 1.3 2018/04/18 12:56:50 jmc Exp $ .\" content checked up to: .\" OpenSSL ENGINE_add 1f13ad31 Dec 25 17:50:39 2017 +0800 .\" @@ -152,7 +152,8 @@ fails or if insufficient memory is available. .Fn ENGINE_set_default , .Fn ENGINE_set_default_RSA , .Fn ENGINE_set_default_DSA , -.Fn ENGINE_set_default_DH and, +.Fn ENGINE_set_default_DH , +and .Fn ENGINE_set_default_RAND first appeared in OpenSSL 0.9.7 and have been available since .Ox 2.9 . |