diff options
| author | tb <> | 2025-05-31 15:17:11 +0000 |
|---|---|---|
| committer | tb <> | 2025-05-31 15:17:11 +0000 |
| commit | 2b916937c9e9b1172e15112ecc352c5eac2a0607 (patch) | |
| tree | b0e2999440bd69f187e004db1a4562c9a10a4f04 /src | |
| parent | 4ee8a8e39e8365288d5443fbafe555a40051c042 (diff) | |
| download | openbsd-2b916937c9e9b1172e15112ecc352c5eac2a0607.tar.gz openbsd-2b916937c9e9b1172e15112ecc352c5eac2a0607.tar.bz2 openbsd-2b916937c9e9b1172e15112ecc352c5eac2a0607.zip | |
zap weird empty added to tls1_ec_nid2group_id() in previous
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libssl/t1_lib.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/t1_lib.c b/src/lib/libssl/t1_lib.c index 0eb3354276..57cd180d09 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.205 2025/05/20 05:39:08 beck Exp $ */ | 1 | /* $OpenBSD: t1_lib.c,v 1.206 2025/05/31 15:17:11 tb 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 | * |
| @@ -432,7 +432,6 @@ tls1_ec_nid2group_id(int nid, uint16_t *out_group_id) | |||
| 432 | *out_group_id = sg->group_id; | 432 | *out_group_id = sg->group_id; |
| 433 | 433 | ||
| 434 | return 1; | 434 | return 1; |
| 435 | |||
| 436 | } | 435 | } |
| 437 | 436 | ||
| 438 | /* | 437 | /* |
