diff options
Diffstat (limited to 'src/lib/libcrypto/man/EC_KEY_new.3')
-rw-r--r-- | src/lib/libcrypto/man/EC_KEY_new.3 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/EC_KEY_new.3 b/src/lib/libcrypto/man/EC_KEY_new.3 index e03aa7e53c..06a85aaed1 100644 --- a/src/lib/libcrypto/man/EC_KEY_new.3 +++ b/src/lib/libcrypto/man/EC_KEY_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: EC_KEY_new.3,v 1.11 2018/03/23 04:34:23 schwarze Exp $ | 1 | .\" $OpenBSD: EC_KEY_new.3,v 1.12 2018/03/23 05:48:56 schwarze Exp $ |
2 | .\" OpenSSL d900a015 Oct 8 14:40:42 2015 +0200 | 2 | .\" OpenSSL d900a015 Oct 8 14:40:42 2015 +0200 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Matt Caswell <matt@openssl.org>. | 4 | .\" This file was written by Matt Caswell <matt@openssl.org>. |
@@ -557,3 +557,11 @@ first appeared in OpenSSL 0.9.8 and have been available since | |||
557 | .Fn EC_KEY_up_ref | 557 | .Fn EC_KEY_up_ref |
558 | first appeared in OpenSSL 1.0.0 and has been available since | 558 | first appeared in OpenSSL 1.0.0 and has been available since |
559 | .Ox 4.9 . | 559 | .Ox 4.9 . |
560 | .Pp | ||
561 | .Fn EC_KEY_get_flags , | ||
562 | .Fn EC_KEY_set_flags , | ||
563 | .Fn EC_KEY_clear_flags , | ||
564 | and | ||
565 | .Fn EC_KEY_set_public_key_affine_coordinates | ||
566 | first appeared in OpenSSL 1.0.1 and have been available since | ||
567 | .Ox 5.3 . | ||