From cc93175c19960b92c7d641f38658ba2ec95a6f6c Mon Sep 17 00:00:00 2001 From: tb Date: Tue, 9 Jul 2024 17:58:36 +0000 Subject: [PATCH] Add another empty line --- lib/libcrypto/kdf/tls1_prf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libcrypto/kdf/tls1_prf.c b/lib/libcrypto/kdf/tls1_prf.c index 7c07e23bbb0..9d2f7771994 100644 --- a/lib/libcrypto/kdf/tls1_prf.c +++ b/lib/libcrypto/kdf/tls1_prf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tls1_prf.c,v 1.38 2024/07/09 17:56:41 tb Exp $ */ +/* $OpenBSD: tls1_prf.c,v 1.39 2024/07/09 17:58:36 tb Exp $ */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2016. @@ -308,6 +308,7 @@ pkey_tls1_prf_derive(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *key_len) KDFerror(KDF_R_MISSING_SEED); return 0; } + return tls1_prf_alg(kctx->md, kctx->secret, kctx->secret_len, kctx->seed, kctx->seed_len, key, *key_len); } -- 2.20.1