diff options
| author | tb <> | 2023-07-28 15:50:33 +0000 |
|---|---|---|
| committer | tb <> | 2023-07-28 15:50:33 +0000 |
| commit | dee6ca6302cdbd5982c40288832f1fbe51d045d5 (patch) | |
| tree | 919fa2c577092b41cb1ba147c14b98991a0eacca /src/lib/libcrypto/ec/ec_pmeth.c | |
| parent | a65012e9329b7bde2223964c16b2a59e310f44b5 (diff) | |
| download | openbsd-dee6ca6302cdbd5982c40288832f1fbe51d045d5.tar.gz openbsd-dee6ca6302cdbd5982c40288832f1fbe51d045d5.tar.bz2 openbsd-dee6ca6302cdbd5982c40288832f1fbe51d045d5.zip | |
Stop including ecdsa.h and ecdh.h internally
These headers are now reduced to #include <openssl/ec.h> and are provided
for compatiblity only. There's no point in using them. At the same time
garbage collect the last uses of OPENSSL_NO_{ECDSA,ECDH} in our tree.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/ec/ec_pmeth.c')
| -rw-r--r-- | src/lib/libcrypto/ec/ec_pmeth.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ec/ec_pmeth.c b/src/lib/libcrypto/ec/ec_pmeth.c index 7c94f80c7f..d3bf7e8cdc 100644 --- a/src/lib/libcrypto/ec/ec_pmeth.c +++ b/src/lib/libcrypto/ec/ec_pmeth.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ec_pmeth.c,v 1.18 2023/06/25 19:26:04 tb Exp $ */ | 1 | /* $OpenBSD: ec_pmeth.c,v 1.19 2023/07/28 15:50:33 tb Exp $ */ |
| 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
| 3 | * project 2006. | 3 | * project 2006. |
| 4 | */ | 4 | */ |
| @@ -61,7 +61,6 @@ | |||
| 61 | 61 | ||
| 62 | #include <openssl/asn1t.h> | 62 | #include <openssl/asn1t.h> |
| 63 | #include <openssl/ec.h> | 63 | #include <openssl/ec.h> |
| 64 | #include <openssl/ecdsa.h> | ||
| 65 | #include <openssl/err.h> | 64 | #include <openssl/err.h> |
| 66 | #include <openssl/evp.h> | 65 | #include <openssl/evp.h> |
| 67 | #include <openssl/x509.h> | 66 | #include <openssl/x509.h> |
