summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2024-11-12 10:26:06 +0000
committertb <>2024-11-12 10:26:06 +0000
commit87d0c26dfb60b5b40ce00952f8f5c491bc12ddad (patch)
treeeb849df615345437e376f97da5162ab561a50616
parent088662487129929009a46958682c59e34a5f6f65 (diff)
downloadopenbsd-87d0c26dfb60b5b40ce00952f8f5c491bc12ddad.tar.gz
openbsd-87d0c26dfb60b5b40ce00952f8f5c491bc12ddad.tar.bz2
openbsd-87d0c26dfb60b5b40ce00952f8f5c491bc12ddad.zip
KNF nit for end of comment marker
-rw-r--r--src/lib/libcrypto/ec/ecp_methods.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ec/ecp_methods.c b/src/lib/libcrypto/ec/ecp_methods.c
index 3dc7091850..9cce6880df 100644
--- a/src/lib/libcrypto/ec/ecp_methods.c
+++ b/src/lib/libcrypto/ec/ecp_methods.c
@@ -1,8 +1,8 @@
1/* $OpenBSD: ecp_methods.c,v 1.1 2024/11/12 10:25:16 tb Exp $ */ 1/* $OpenBSD: ecp_methods.c,v 1.2 2024/11/12 10:26:06 tb Exp $ */
2/* Includes code written by Lenka Fibikova <fibikova@exp-math.uni-essen.de> 2/* Includes code written by Lenka Fibikova <fibikova@exp-math.uni-essen.de>
3 * for the OpenSSL project. 3 * for the OpenSSL project.
4 * Includes code written by Bodo Moeller for the OpenSSL project. 4 * Includes code written by Bodo Moeller for the OpenSSL project.
5*/ 5 */
6/* ==================================================================== 6/* ====================================================================
7 * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 7 * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
8 * 8 *