diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2017-01-24 03:41:44 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2017-01-24 03:41:44 +0000 |
commit | 4117f9060efb90e0ffeb6ff159e7b99f28c7ffdb (patch) | |
tree | 284f5a64d59396ce5a3cac6b06d09a6f9c8c4bb0 /lib/libssl/t1_lib.c | |
parent | 2b78deac28e584344ee95c44272a2de724088d89 (diff) |
Fix typo in brainpool curve name within a comment.
Diffstat (limited to 'lib/libssl/t1_lib.c')
-rw-r--r-- | lib/libssl/t1_lib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/t1_lib.c b/lib/libssl/t1_lib.c index 00af9778ad4..5ca0a1f4a0e 100644 --- a/lib/libssl/t1_lib.c +++ b/lib/libssl/t1_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: t1_lib.c,v 1.106 2017/01/23 14:35:42 jsing Exp $ */ +/* $OpenBSD: t1_lib.c,v 1.107 2017/01/24 03:41:43 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -256,7 +256,7 @@ static const uint16_t eccurves_default[] = { 14, /* sect571r1 (14) */ 13, /* sect571k1 (13) */ 25, /* secp521r1 (25) */ - 28, /* brainpool512r1 (28) */ + 28, /* brainpoolP512r1 (28) */ 11, /* sect409k1 (11) */ 12, /* sect409r1 (12) */ 27, /* brainpoolP384r1 (27) */ |