diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-04-18 12:56:51 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-04-18 12:56:51 +0000 |
commit | 502ad99cc921b8866208393134135a7634a7d4e9 (patch) | |
tree | 560a61aed53e3b4528c2ffd3e93e771311c22f6b | |
parent | c594f05b2350470f06f690ef99dd02ff4ade6f60 (diff) |
tweak previous;
-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 . |