diff options
Diffstat (limited to 'src/lib/libssl/tls12_key_schedule.c')
-rw-r--r-- | src/lib/libssl/tls12_key_schedule.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/tls12_key_schedule.c b/src/lib/libssl/tls12_key_schedule.c index e603e2c222..6d714c1183 100644 --- a/src/lib/libssl/tls12_key_schedule.c +++ b/src/lib/libssl/tls12_key_schedule.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: tls12_key_schedule.c,v 1.2 2022/11/07 11:58:45 jsing Exp $ */ | 1 | /* $OpenBSD: tls12_key_schedule.c,v 1.3 2022/11/26 16:08:56 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2021 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2021 Joel Sing <jsing@openbsd.org> |
4 | * | 4 | * |
@@ -20,7 +20,7 @@ | |||
20 | #include <openssl/evp.h> | 20 | #include <openssl/evp.h> |
21 | 21 | ||
22 | #include "bytestring.h" | 22 | #include "bytestring.h" |
23 | #include "ssl_locl.h" | 23 | #include "ssl_local.h" |
24 | #include "tls12_internal.h" | 24 | #include "tls12_internal.h" |
25 | 25 | ||
26 | struct tls12_key_block { | 26 | struct tls12_key_block { |