diff options
author | tb <> | 2020-02-18 16:12:14 +0000 |
---|---|---|
committer | tb <> | 2020-02-18 16:12:14 +0000 |
commit | 67f0f449c8bd353252d1a7498100c115256c6979 (patch) | |
tree | 1648547ee63c8c0e61c2c996322f082e8ef7dc8e /src/lib/libssl/tls13_record_layer.c | |
parent | e830fa559ce866b6c97722a0cc371157f0ce9617 (diff) | |
download | openbsd-67f0f449c8bd353252d1a7498100c115256c6979.tar.gz openbsd-67f0f449c8bd353252d1a7498100c115256c6979.tar.bz2 openbsd-67f0f449c8bd353252d1a7498100c115256c6979.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 | ||