diff options
author | jsing <> | 2020-02-15 14:36:58 +0000 |
---|---|---|
committer | jsing <> | 2020-02-15 14:36:58 +0000 |
commit | 387297ff1cf62f3b456cd17f17f20a7e42914a88 (patch) | |
tree | b7e1e45168f8443676e74998198643ce4d38db90 | |
parent | 0259b47cba06cecb3f81f8e74fbedf162627403a (diff) | |
download | openbsd-387297ff1cf62f3b456cd17f17f20a7e42914a88.tar.gz openbsd-387297ff1cf62f3b456cd17f17f20a7e42914a88.tar.bz2 openbsd-387297ff1cf62f3b456cd17f17f20a7e42914a88.zip |
Remove #include that is not needed.
-rw-r--r-- | src/lib/libssl/tls13_record.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libssl/tls13_record.c b/src/lib/libssl/tls13_record.c index e0631dff76..9ab4cdba36 100644 --- a/src/lib/libssl/tls13_record.c +++ b/src/lib/libssl/tls13_record.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: tls13_record.c,v 1.3 2019/01/21 00:24:19 jsing Exp $ */ | 1 | /* $OpenBSD: tls13_record.c,v 1.4 2020/02/15 14:36:58 jsing 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 | ||