diff options
author | tb <> | 2022-11-19 07:00:57 +0000 |
---|---|---|
committer | tb <> | 2022-11-19 07:00:57 +0000 |
commit | b197546e7fd8128aedea248a6196a0d25734b937 (patch) | |
tree | ea2ed349b4963d6f17652f4f5e962ee6d7cb2183 /src/lib/libcrypto/ec/ec_curve.c | |
parent | c85d7e98a77173fe38f0421c7cf06dc09bc9a746 (diff) | |
download | openbsd-b197546e7fd8128aedea248a6196a0d25734b937.tar.gz openbsd-b197546e7fd8128aedea248a6196a0d25734b937.tar.bz2 openbsd-b197546e7fd8128aedea248a6196a0d25734b937.zip |
whitespace
Diffstat (limited to 'src/lib/libcrypto/ec/ec_curve.c')
-rw-r--r-- | src/lib/libcrypto/ec/ec_curve.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ec/ec_curve.c b/src/lib/libcrypto/ec/ec_curve.c index 09f8cfe9d8..1f69d4f1dc 100644 --- a/src/lib/libcrypto/ec/ec_curve.c +++ b/src/lib/libcrypto/ec/ec_curve.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ec_curve.c,v 1.22 2022/06/30 11:14:47 tb Exp $ */ | 1 | /* $OpenBSD: ec_curve.c,v 1.23 2022/11/19 07:00:57 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Written by Nils Larsch for the OpenSSL project. | 3 | * Written by Nils Larsch for the OpenSSL project. |
4 | */ | 4 | */ |
@@ -3433,7 +3433,7 @@ EC_GROUP_new_by_curve_name(int nid) | |||
3433 | return ret; | 3433 | return ret; |
3434 | } | 3434 | } |
3435 | 3435 | ||
3436 | size_t | 3436 | size_t |
3437 | EC_get_builtin_curves(EC_builtin_curve * r, size_t nitems) | 3437 | EC_get_builtin_curves(EC_builtin_curve * r, size_t nitems) |
3438 | { | 3438 | { |
3439 | size_t i, min; | 3439 | size_t i, min; |