diff options
author | tb <> | 2023-07-05 11:37:46 +0000 |
---|---|---|
committer | tb <> | 2023-07-05 11:37:46 +0000 |
commit | a71fe1d5846a4f1db4c2478c65f65ca026866e81 (patch) | |
tree | 40771c395291cfdea4a7e3db5d03cfe53e864a1a /src/lib/libcrypto/ec | |
parent | f08e8cf436b1c377b749ee710ef28d9dacc22367 (diff) | |
download | openbsd-a71fe1d5846a4f1db4c2478c65f65ca026866e81.tar.gz openbsd-a71fe1d5846a4f1db4c2478c65f65ca026866e81.tar.bz2 openbsd-a71fe1d5846a4f1db4c2478c65f65ca026866e81.zip |
Rename ecs_local.h into ecdsa_local.h
Diffstat (limited to 'src/lib/libcrypto/ec')
-rw-r--r-- | src/lib/libcrypto/ec/ec_kmeth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ec/ec_kmeth.c b/src/lib/libcrypto/ec/ec_kmeth.c index 65bf1f99c2..ec45e679d9 100644 --- a/src/lib/libcrypto/ec/ec_kmeth.c +++ b/src/lib/libcrypto/ec/ec_kmeth.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ec_kmeth.c,v 1.9 2023/07/05 08:39:40 tb Exp $ */ | 1 | /* $OpenBSD: ec_kmeth.c,v 1.10 2023/07/05 11:37:46 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 3 | * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
4 | * project. | 4 | * project. |
@@ -60,7 +60,7 @@ | |||
60 | 60 | ||
61 | #include "bn_local.h" | 61 | #include "bn_local.h" |
62 | #include "ec_local.h" | 62 | #include "ec_local.h" |
63 | #include "ecs_local.h" | 63 | #include "ecdsa_local.h" |
64 | 64 | ||
65 | static const EC_KEY_METHOD openssl_ec_key_method = { | 65 | static const EC_KEY_METHOD openssl_ec_key_method = { |
66 | .name = "OpenSSL EC_KEY method", | 66 | .name = "OpenSSL EC_KEY method", |