diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2020-02-15 14:36:59 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2020-02-15 14:36:59 +0000 |
commit | 6493b9f51c386c96df061fde33cad5d3fba474a7 (patch) | |
tree | a2d14c7e7e1cb41ef59098bd02146cc8243c9280 /lib/libssl | |
parent | c07f1005749bd3cfb55b57897d87dbf580c5e107 (diff) |
Remove #include that is not needed.
Diffstat (limited to 'lib/libssl')
-rw-r--r-- | lib/libssl/tls13_record.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libssl/tls13_record.c b/lib/libssl/tls13_record.c index e0631dff76e..9ab4cdba36e 100644 --- a/lib/libssl/tls13_record.c +++ b/lib/libssl/tls13_record.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tls13_record.c,v 1.3 2019/01/21 00:24:19 jsing Exp $ */ +/* $OpenBSD: tls13_record.c,v 1.4 2020/02/15 14:36:58 jsing Exp $ */ /* * Copyright (c) 2018, 2019 Joel Sing <jsing@openbsd.org> * @@ -17,8 +17,6 @@ #include "ssl_locl.h" -#include <openssl/curve25519.h> - #include "tls13_internal.h" #include "tls13_record.h" |