diff options
Diffstat (limited to 'src/lib/libcrypto/kdf/hkdf_evp.c')
-rw-r--r-- | src/lib/libcrypto/kdf/hkdf_evp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/kdf/hkdf_evp.c b/src/lib/libcrypto/kdf/hkdf_evp.c index 736208ded5..992c66a14f 100644 --- a/src/lib/libcrypto/kdf/hkdf_evp.c +++ b/src/lib/libcrypto/kdf/hkdf_evp.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: hkdf_evp.c,v 1.18 2022/05/05 19:48:06 tb Exp $ */ | 1 | /* $OpenBSD: hkdf_evp.c,v 1.19 2022/11/26 16:08:53 tb Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 2016-2018 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 2016-2018 The OpenSSL Project. All rights reserved. |
4 | * | 4 | * |
@@ -56,7 +56,7 @@ | |||
56 | #include <openssl/hkdf.h> | 56 | #include <openssl/hkdf.h> |
57 | #include <openssl/kdf.h> | 57 | #include <openssl/kdf.h> |
58 | 58 | ||
59 | #include "evp_locl.h" | 59 | #include "evp_local.h" |
60 | 60 | ||
61 | #define HKDF_MAXBUF 1024 | 61 | #define HKDF_MAXBUF 1024 |
62 | 62 | ||