diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-11-12 10:26:07 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-11-12 10:26:07 +0000 |
commit | 4407ff13365d2500df12e48dac7c32ceee93dd47 (patch) | |
tree | 837c574310ffbe509170e27c0c1c518de2a097c3 /lib | |
parent | a6dd9c63ae0c1f20ac66c3387ea785836097a2c2 (diff) |
KNF nit for end of comment marker
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/ec/ecp_methods.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/ec/ecp_methods.c b/lib/libcrypto/ec/ecp_methods.c index 3dc7091850a..9cce6880dfa 100644 --- a/lib/libcrypto/ec/ecp_methods.c +++ b/lib/libcrypto/ec/ecp_methods.c @@ -1,8 +1,8 @@ -/* $OpenBSD: ecp_methods.c,v 1.1 2024/11/12 10:25:16 tb Exp $ */ +/* $OpenBSD: ecp_methods.c,v 1.2 2024/11/12 10:26:06 tb Exp $ */ /* Includes code written by Lenka Fibikova <fibikova@exp-math.uni-essen.de> * for the OpenSSL project. * Includes code written by Bodo Moeller for the OpenSSL project. -*/ + */ /* ==================================================================== * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. * |