From a844bf0d89cac46a483236ae30bbc03cc580dc1e Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Wed, 18 Apr 2018 03:39:22 +0000 Subject: SEE ALSO and HISTORY --- src/lib/libcrypto/man/ENGINE_set_flags.3 | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'src/lib/libcrypto/man/ENGINE_set_flags.3') diff --git a/src/lib/libcrypto/man/ENGINE_set_flags.3 b/src/lib/libcrypto/man/ENGINE_set_flags.3 index a4ac107f9e..33e8f333ce 100644 --- a/src/lib/libcrypto/man/ENGINE_set_flags.3 +++ b/src/lib/libcrypto/man/ENGINE_set_flags.3 @@ -1,5 +1,5 @@ -.\" $OpenBSD: ENGINE_set_flags.3,v 1.1 2018/04/15 17:02:03 schwarze Exp $ -.\" content checked up to: +.\" $OpenBSD: ENGINE_set_flags.3,v 1.2 2018/04/18 03:39:22 schwarze Exp $ +.\" content checked up to: .\" OpenSSL ENGINE_add 1f13ad31 Dec 25 17:50:39 2017 +0800 .\" .\" Copyright (c) 2018 Ingo Schwarze @@ -16,7 +16,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: April 15 2018 $ +.Dd $Mdocdate: April 18 2018 $ .Dt ENGINE_SET_FLAGS 3 .Os .Sh NAME @@ -77,3 +77,16 @@ returns the .Fa flags attribute of .Fa e . +.Sh SEE ALSO +.Xr ENGINE_by_id 3 , +.Xr ENGINE_ctrl 3 , +.Xr ENGINE_init 3 , +.Xr ENGINE_new 3 , +.Xr ENGINE_register_all_complete 3 , +.Xr ENGINE_set_RSA 3 +.Sh HISTORY +.Fn ENGINE_set_flags +and +.Fn ENGINE_get_flags +first appeared in OpenSSL 0.9.7 and have been available since +.Ox 3.2 . -- cgit v1.2.3-55-g6feb