diff options
Diffstat (limited to 'src/lib/libcrypto/man/EC_GFp_simple_method.3')
-rw-r--r-- | src/lib/libcrypto/man/EC_GFp_simple_method.3 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/EC_GFp_simple_method.3 b/src/lib/libcrypto/man/EC_GFp_simple_method.3 index b407d9093d..ad5268fa92 100644 --- a/src/lib/libcrypto/man/EC_GFp_simple_method.3 +++ b/src/lib/libcrypto/man/EC_GFp_simple_method.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: EC_GFp_simple_method.3,v 1.8 2018/03/23 00:09:11 schwarze Exp $ | 1 | .\" $OpenBSD: EC_GFp_simple_method.3,v 1.9 2018/03/23 05:48:56 schwarze Exp $ |
2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Matt Caswell <matt@openssl.org>. | 4 | .\" This file was written by Matt Caswell <matt@openssl.org>. |
@@ -172,3 +172,10 @@ and | |||
172 | .Fn EC_METHOD_get_field_type | 172 | .Fn EC_METHOD_get_field_type |
173 | first appeared in OpenSSL 0.9.8 and have been available since | 173 | first appeared in OpenSSL 0.9.8 and have been available since |
174 | .Ox 4.5 . | 174 | .Ox 4.5 . |
175 | .Pp | ||
176 | .Fn EC_GFp_nistp224_method , | ||
177 | .Fn EC_GFp_nistp256_method , | ||
178 | and | ||
179 | .Fn EC_GFp_nistp521_method | ||
180 | first appeared in OpenSSL 1.0.1 and have been available since | ||
181 | .Ox 5.3 . | ||