diff options
author | tb <> | 2021-05-03 14:51:47 +0000 |
---|---|---|
committer | tb <> | 2021-05-03 14:51:47 +0000 |
commit | 9223b27a469fb86bb6f496d2ab36f8a6674fd10e (patch) | |
tree | aa232e234517953f1bcc066753bf649bf281d52d | |
parent | 84c89d4618f8d8fe34784f105624036c734d4d7c (diff) | |
download | openbsd-9223b27a469fb86bb6f496d2ab36f8a6674fd10e.tar.gz openbsd-9223b27a469fb86bb6f496d2ab36f8a6674fd10e.tar.bz2 openbsd-9223b27a469fb86bb6f496d2ab36f8a6674fd10e.zip |
tweak one description to make it unique
-rw-r--r-- | src/regress/lib/libcrypto/ec/ec_point_conversion.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/ec/ec_point_conversion.c b/src/regress/lib/libcrypto/ec/ec_point_conversion.c index 9bd78847da..221bfc6456 100644 --- a/src/regress/lib/libcrypto/ec/ec_point_conversion.c +++ b/src/regress/lib/libcrypto/ec/ec_point_conversion.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ec_point_conversion.c,v 1.4 2021/05/03 14:49:37 tb Exp $ */ | 1 | /* $OpenBSD: ec_point_conversion.c,v 1.5 2021/05/03 14:51:47 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2021 Theo Buehler <tb@openbsd.org> | 3 | * Copyright (c) 2021 Theo Buehler <tb@openbsd.org> |
4 | * Copyright (c) 2021 Joel Sing <jsing@openbsd.org> | 4 | * Copyright (c) 2021 Joel Sing <jsing@openbsd.org> |
@@ -811,7 +811,8 @@ static const struct point_conversion { | |||
811 | .valid = 1, | 811 | .valid = 1, |
812 | }, | 812 | }, |
813 | { | 813 | { |
814 | .description = "generic hybrid point on secp256r1", | 814 | .description = |
815 | "generic hybrid point on secp256r1 (flipped y_bit)", | ||
815 | .nid = NID_X9_62_prime256v1, | 816 | .nid = NID_X9_62_prime256v1, |
816 | .octets = { | 817 | .octets = { |
817 | 0x06, 0x38, 0xb2, 0x98, 0x38, 0x21, 0x6b, 0xec, | 818 | 0x06, 0x38, 0xb2, 0x98, 0x38, 0x21, 0x6b, 0xec, |