diff options
| author | tb <> | 2018-11-08 20:38:25 +0000 |
|---|---|---|
| committer | tb <> | 2018-11-08 20:38:25 +0000 |
| commit | 1cd5707208557d1e370547eacffdf78840a887da (patch) | |
| tree | cb679473e3cdc5d32c4b9cedfe590aa36251c72f /src/lib/libssl/tls13_key_schedule.c | |
| parent | fc59479706a42f8f59f9f76685af429c0b5faa77 (diff) | |
| download | openbsd-1cd5707208557d1e370547eacffdf78840a887da.tar.gz openbsd-1cd5707208557d1e370547eacffdf78840a887da.tar.bz2 openbsd-1cd5707208557d1e370547eacffdf78840a887da.zip | |
Move #include <openssl/evp.h> to the header.
discussed with beck and jsing
Diffstat (limited to 'src/lib/libssl/tls13_key_schedule.c')
| -rw-r--r-- | src/lib/libssl/tls13_key_schedule.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/tls13_key_schedule.c b/src/lib/libssl/tls13_key_schedule.c index 6aa8b65e70..b409842d5a 100644 --- a/src/lib/libssl/tls13_key_schedule.c +++ b/src/lib/libssl/tls13_key_schedule.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: tls13_key_schedule.c,v 1.1 2018/11/07 19:43:12 beck Exp $ */ | 1 | /* $OpenBSD: tls13_key_schedule.c,v 1.2 2018/11/08 20:38:25 tb Exp $ */ |
| 2 | /* Copyright (c) 2018, Bob Beck <beck@openbsd.org> | 2 | /* Copyright (c) 2018, Bob Beck <beck@openbsd.org> |
| 3 | * | 3 | * |
| 4 | * Permission to use, copy, modify, and/or distribute this software for any | 4 | * Permission to use, copy, modify, and/or distribute this software for any |
| @@ -17,7 +17,6 @@ | |||
| 17 | #include <string.h> | 17 | #include <string.h> |
| 18 | #include <stdlib.h> | 18 | #include <stdlib.h> |
| 19 | 19 | ||
| 20 | #include <openssl/evp.h> | ||
| 21 | #include <openssl/hkdf.h> | 20 | #include <openssl/hkdf.h> |
| 22 | 21 | ||
| 23 | #include "bytestring.h" | 22 | #include "bytestring.h" |
