diff options
author | schwarze <> | 2018-04-18 03:39:22 +0000 |
---|---|---|
committer | schwarze <> | 2018-04-18 03:39:22 +0000 |
commit | a844bf0d89cac46a483236ae30bbc03cc580dc1e (patch) | |
tree | cd2408f606018ddc02b28489748ac83a7cd3fde7 /src/lib/libcrypto/man/ENGINE_set_flags.3 | |
parent | 668b4730159845f710bfbf2d3764a0c7fffe6c8b (diff) | |
download | openbsd-a844bf0d89cac46a483236ae30bbc03cc580dc1e.tar.gz openbsd-a844bf0d89cac46a483236ae30bbc03cc580dc1e.tar.bz2 openbsd-a844bf0d89cac46a483236ae30bbc03cc580dc1e.zip |
SEE ALSO and HISTORY
Diffstat (limited to 'src/lib/libcrypto/man/ENGINE_set_flags.3')
-rw-r--r-- | src/lib/libcrypto/man/ENGINE_set_flags.3 | 19 |
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 |
78 | attribute of | 78 | attribute 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 | ||
89 | and | ||
90 | .Fn ENGINE_get_flags | ||
91 | first appeared in OpenSSL 0.9.7 and have been available since | ||
92 | .Ox 3.2 . | ||