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/sm2/sm2_local.h | |
| 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/sm2/sm2_local.h')
| -rw-r--r-- | src/lib/libcrypto/sm2/sm2_local.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/sm2/sm2_local.h b/src/lib/libcrypto/sm2/sm2_local.h index ad97f2c771..388c468ef2 100644 --- a/src/lib/libcrypto/sm2/sm2_local.h +++ b/src/lib/libcrypto/sm2/sm2_local.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: sm2_local.h,v 1.2 2022/11/26 17:23:18 tb Exp $ */ | 1 | /* $OpenBSD: sm2_local.h,v 1.3 2023/07/28 15:50:33 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2017, 2019 Ribose Inc | 3 | * Copyright (c) 2017, 2019 Ribose Inc |
| 4 | * | 4 | * |
| @@ -19,7 +19,6 @@ | |||
| 19 | #define HEADER_SM2_LOCAL_H | 19 | #define HEADER_SM2_LOCAL_H |
| 20 | 20 | ||
| 21 | #include <openssl/ec.h> | 21 | #include <openssl/ec.h> |
| 22 | #include <openssl/ecdsa.h> | ||
| 23 | 22 | ||
| 24 | __BEGIN_HIDDEN_DECLS | 23 | __BEGIN_HIDDEN_DECLS |
| 25 | 24 | ||
