summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjsing <>2017-01-24 03:41:43 +0000
committerjsing <>2017-01-24 03:41:43 +0000
commit2effd7e399809d94d88c7a7e8114c38d81881396 (patch)
treed0c7e7f65f1ff2a88796dbd5c592dcb65805dbbe
parentb9e946946df1e6220de6f1377cee0cd33a3940cc (diff)
downloadopenbsd-2effd7e399809d94d88c7a7e8114c38d81881396.tar.gz
openbsd-2effd7e399809d94d88c7a7e8114c38d81881396.tar.bz2
openbsd-2effd7e399809d94d88c7a7e8114c38d81881396.zip
Fix typo in brainpool curve name within a comment.
-rw-r--r--src/lib/libssl/t1_lib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/t1_lib.c b/src/lib/libssl/t1_lib.c
index 00af9778ad..5ca0a1f4a0 100644
--- a/src/lib/libssl/t1_lib.c
+++ b/src/lib/libssl/t1_lib.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: t1_lib.c,v 1.106 2017/01/23 14:35:42 jsing Exp $ */ 1/* $OpenBSD: t1_lib.c,v 1.107 2017/01/24 03:41:43 jsing Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -256,7 +256,7 @@ static const uint16_t eccurves_default[] = {
256 14, /* sect571r1 (14) */ 256 14, /* sect571r1 (14) */
257 13, /* sect571k1 (13) */ 257 13, /* sect571k1 (13) */
258 25, /* secp521r1 (25) */ 258 25, /* secp521r1 (25) */
259 28, /* brainpool512r1 (28) */ 259 28, /* brainpoolP512r1 (28) */
260 11, /* sect409k1 (11) */ 260 11, /* sect409k1 (11) */
261 12, /* sect409r1 (12) */ 261 12, /* sect409r1 (12) */
262 27, /* brainpoolP384r1 (27) */ 262 27, /* brainpoolP384r1 (27) */