diff options
| author | tb <> | 2023-07-28 16:02:34 +0000 |
|---|---|---|
| committer | tb <> | 2023-07-28 16:02:34 +0000 |
| commit | 09cee29a76e14d0c5f4001461c835de54ccc47e7 (patch) | |
| tree | 6883f105695c4d507d93d34627488e22146bc7be /src | |
| parent | dee6ca6302cdbd5982c40288832f1fbe51d045d5 (diff) | |
| download | openbsd-09cee29a76e14d0c5f4001461c835de54ccc47e7.tar.gz openbsd-09cee29a76e14d0c5f4001461c835de54ccc47e7.tar.bz2 openbsd-09cee29a76e14d0c5f4001461c835de54ccc47e7.zip | |
Also remove ecdh.h use from libssl
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libssl/ssl_kex.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_kex.c b/src/lib/libssl/ssl_kex.c index 85caf25e33..fa420a35a3 100644 --- a/src/lib/libssl/ssl_kex.c +++ b/src/lib/libssl/ssl_kex.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ssl_kex.c,v 1.11 2023/06/27 11:03:41 tb Exp $ */ | 1 | /* $OpenBSD: ssl_kex.c,v 1.12 2023/07/28 16:02:34 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2020, 2021 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2020, 2021 Joel Sing <jsing@openbsd.org> |
| 4 | * | 4 | * |
| @@ -20,7 +20,6 @@ | |||
| 20 | #include <openssl/bn.h> | 20 | #include <openssl/bn.h> |
| 21 | #include <openssl/dh.h> | 21 | #include <openssl/dh.h> |
| 22 | #include <openssl/ec.h> | 22 | #include <openssl/ec.h> |
| 23 | #include <openssl/ecdh.h> | ||
| 24 | #include <openssl/evp.h> | 23 | #include <openssl/evp.h> |
| 25 | #include <openssl/objects.h> | 24 | #include <openssl/objects.h> |
| 26 | 25 | ||
