diff options
author | tb <> | 2019-03-29 20:21:54 +0000 |
---|---|---|
committer | tb <> | 2019-03-29 20:21:54 +0000 |
commit | 502bd640cba5f749658c774871c52ac1c682e80e (patch) | |
tree | 96e2a00e42743e072f81d3a8e882e7c0fedf9cad | |
parent | f904d3c663f9a084b3b4c2712b9e4fb5eaa9927a (diff) | |
download | openbsd-502bd640cba5f749658c774871c52ac1c682e80e.tar.gz openbsd-502bd640cba5f749658c774871c52ac1c682e80e.tar.bz2 openbsd-502bd640cba5f749658c774871c52ac1c682e80e.zip |
Use correct capitalization of EC_GROUP_get_curve_GF{2m,p}(3).
-rw-r--r-- | src/lib/libcrypto/man/EC_GROUP_new.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/EC_GROUP_new.3 b/src/lib/libcrypto/man/EC_GROUP_new.3 index beba8ce72a..c5fcafd72f 100644 --- a/src/lib/libcrypto/man/EC_GROUP_new.3 +++ b/src/lib/libcrypto/man/EC_GROUP_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: EC_GROUP_new.3,v 1.8 2018/03/23 00:09:11 schwarze Exp $ | 1 | .\" $OpenBSD: EC_GROUP_new.3,v 1.9 2019/03/29 20:21:54 tb Exp $ |
2 | .\" OpenSSL 9b86974e Mon Aug 17 15:21:33 2015 -0400 | 2 | .\" OpenSSL 9b86974e Mon Aug 17 15:21:33 2015 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Matt Caswell <matt@openssl.org>. | 4 | .\" This file was written by Matt Caswell <matt@openssl.org>. |
@@ -48,7 +48,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: March 23 2018 $ | 51 | .Dd $Mdocdate: March 29 2019 $ |
52 | .Dt EC_GROUP_NEW 3 | 52 | .Dt EC_GROUP_NEW 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -185,7 +185,7 @@ and | |||
185 | .Fa b | 185 | .Fa b |
186 | for a curve over Fp stored in | 186 | for a curve over Fp stored in |
187 | .Fa group . | 187 | .Fa group . |
188 | .Fn EC_group_get_curve_GFp | 188 | .Fn EC_GROUP_get_curve_GFp |
189 | obtains the previously set curve parameters. | 189 | obtains the previously set curve parameters. |
190 | .Pp | 190 | .Pp |
191 | .Fn EC_GROUP_set_curve_GF2m | 191 | .Fn EC_GROUP_set_curve_GF2m |
@@ -196,7 +196,7 @@ represents the irreducible polynomial - each bit represents a term in | |||
196 | the polynomial. | 196 | the polynomial. |
197 | Therefore there will either be three or five bits set dependent on | 197 | Therefore there will either be three or five bits set dependent on |
198 | whether the polynomial is a trinomial or a pentanomial. | 198 | whether the polynomial is a trinomial or a pentanomial. |
199 | .Fn EC_group_get_curve_GF2m | 199 | .Fn EC_GROUP_get_curve_GF2m |
200 | obtains the previously set curve parameters. | 200 | obtains the previously set curve parameters. |
201 | .Pp | 201 | .Pp |
202 | The functions | 202 | The functions |