summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2025-05-31 15:17:11 +0000
committertb <>2025-05-31 15:17:11 +0000
commitd84093196b96e375fed59353367b36f164acf4b9 (patch)
treeb0e2999440bd69f187e004db1a4562c9a10a4f04 /src
parent2732bdc5bbe0994242dda069d173455c55f44e40 (diff)
downloadopenbsd-d84093196b96e375fed59353367b36f164acf4b9.tar.gz
openbsd-d84093196b96e375fed59353367b36f164acf4b9.tar.bz2
openbsd-d84093196b96e375fed59353367b36f164acf4b9.zip
zap weird empty added to tls1_ec_nid2group_id() in previous
Diffstat (limited to 'src')
-rw-r--r--src/lib/libssl/t1_lib.c3
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/*