diff options
author | tb <> | 2020-02-18 16:12:14 +0000 |
---|---|---|
committer | tb <> | 2020-02-18 16:12:14 +0000 |
commit | ee21286b135915abb0809c2c5b8833bd64393ee1 (patch) | |
tree | 1648547ee63c8c0e61c2c996322f082e8ef7dc8e /src/lib/libssl/tls13_record_layer.c | |
parent | 8e1f7dd644b3f5c837ca1c0c04d0468b96d44363 (diff) | |
download | openbsd-ee21286b135915abb0809c2c5b8833bd64393ee1.tar.gz openbsd-ee21286b135915abb0809c2c5b8833bd64393ee1.tar.bz2 openbsd-ee21286b135915abb0809c2c5b8833bd64393ee1.zip |
drop unused include <openssl/curve25519.h>
ok inoguchi jsing
Diffstat (limited to 'src/lib/libssl/tls13_record_layer.c')
-rw-r--r-- | src/lib/libssl/tls13_record_layer.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libssl/tls13_record_layer.c b/src/lib/libssl/tls13_record_layer.c index b9c85aa07d..1ad8ed33f1 100644 --- a/src/lib/libssl/tls13_record_layer.c +++ b/src/lib/libssl/tls13_record_layer.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: tls13_record_layer.c,v 1.27 2020/01/26 06:31:51 beck Exp $ */ | 1 | /* $OpenBSD: tls13_record_layer.c,v 1.28 2020/02/18 16:12:14 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2018, 2019 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2018, 2019 Joel Sing <jsing@openbsd.org> |
4 | * | 4 | * |
@@ -17,8 +17,6 @@ | |||
17 | 17 | ||
18 | #include "ssl_locl.h" | 18 | #include "ssl_locl.h" |
19 | 19 | ||
20 | #include <openssl/curve25519.h> | ||
21 | |||
22 | #include "tls13_internal.h" | 20 | #include "tls13_internal.h" |
23 | #include "tls13_record.h" | 21 | #include "tls13_record.h" |
24 | 22 | ||