summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/ENGINE_set_flags.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/ENGINE_set_flags.3')
-rw-r--r--src/lib/libcrypto/man/ENGINE_set_flags.319
1 files changed, 16 insertions, 3 deletions
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 @@
1.\" $OpenBSD: ENGINE_set_flags.3,v 1.1 2018/04/15 17:02:03 schwarze Exp $ 1.\" $OpenBSD: ENGINE_set_flags.3,v 1.2 2018/04/18 03:39:22 schwarze 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.\"
5.\" Copyright (c) 2018 Ingo Schwarze <schwarze@openbsd.org> 5.\" Copyright (c) 2018 Ingo Schwarze <schwarze@openbsd.org>
@@ -16,7 +16,7 @@
16.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 16.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
17.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 17.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18.\" 18.\"
19.Dd $Mdocdate: April 15 2018 $ 19.Dd $Mdocdate: April 18 2018 $
20.Dt ENGINE_SET_FLAGS 3 20.Dt ENGINE_SET_FLAGS 3
21.Os 21.Os
22.Sh NAME 22.Sh NAME
@@ -77,3 +77,16 @@ returns the
77.Fa flags 77.Fa flags
78attribute of 78attribute of
79.Fa e . 79.Fa e .
80.Sh SEE ALSO
81.Xr ENGINE_by_id 3 ,
82.Xr ENGINE_ctrl 3 ,
83.Xr ENGINE_init 3 ,
84.Xr ENGINE_new 3 ,
85.Xr ENGINE_register_all_complete 3 ,
86.Xr ENGINE_set_RSA 3
87.Sh HISTORY
88.Fn ENGINE_set_flags
89and
90.Fn ENGINE_get_flags
91first appeared in OpenSSL 0.9.7 and have been available since
92.Ox 3.2 .