diff options
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl/ecdh.h')
| -rw-r--r-- | src/lib/libcrypto/hidden/openssl/ecdh.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/ecdh.h b/src/lib/libcrypto/hidden/openssl/ecdh.h index db56f8a588..aff95893f0 100644 --- a/src/lib/libcrypto/hidden/openssl/ecdh.h +++ b/src/lib/libcrypto/hidden/openssl/ecdh.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ecdh.h,v 1.1 2023/07/08 06:04:33 beck Exp $ */ | 1 | /* $OpenBSD: ecdh.h,v 1.2 2023/07/28 09:22:26 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> |
| 4 | * | 4 | * |
| @@ -25,15 +25,7 @@ | |||
| 25 | #endif | 25 | #endif |
| 26 | #include "crypto_namespace.h" | 26 | #include "crypto_namespace.h" |
| 27 | 27 | ||
| 28 | LCRYPTO_USED(ECDH_OpenSSL); | ||
| 29 | LCRYPTO_USED(ECDH_set_default_method); | ||
| 30 | LCRYPTO_USED(ECDH_get_default_method); | ||
| 31 | LCRYPTO_USED(ECDH_set_method); | ||
| 32 | LCRYPTO_USED(ECDH_size); | 28 | LCRYPTO_USED(ECDH_size); |
| 33 | LCRYPTO_USED(ECDH_compute_key); | 29 | LCRYPTO_USED(ECDH_compute_key); |
| 34 | LCRYPTO_USED(ECDH_get_ex_new_index); | ||
| 35 | LCRYPTO_USED(ECDH_set_ex_data); | ||
| 36 | LCRYPTO_USED(ECDH_get_ex_data); | ||
| 37 | LCRYPTO_USED(ERR_load_ECDH_strings); | ||
| 38 | 30 | ||
| 39 | #endif /* _LIBCRYPTO_ECDH_H */ | 31 | #endif /* _LIBCRYPTO_ECDH_H */ |
