diff options
Diffstat (limited to 'src/lib/libcrypto/ec/ec_check.c')
-rw-r--r-- | src/lib/libcrypto/ec/ec_check.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ec/ec_check.c b/src/lib/libcrypto/ec/ec_check.c index dcca661674..3f6a802374 100644 --- a/src/lib/libcrypto/ec/ec_check.c +++ b/src/lib/libcrypto/ec/ec_check.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ec_check.c,v 1.9 2018/07/15 16:27:39 tb Exp $ */ | 1 | /* $OpenBSD: ec_check.c,v 1.10 2022/11/19 07:00:57 tb Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. |
4 | * | 4 | * |
@@ -56,7 +56,7 @@ | |||
56 | #include "ec_lcl.h" | 56 | #include "ec_lcl.h" |
57 | #include <openssl/err.h> | 57 | #include <openssl/err.h> |
58 | 58 | ||
59 | int | 59 | int |
60 | EC_GROUP_check(const EC_GROUP * group, BN_CTX * ctx) | 60 | EC_GROUP_check(const EC_GROUP * group, BN_CTX * ctx) |
61 | { | 61 | { |
62 | int ret = 0; | 62 | int ret = 0; |