Skip to content

Commit

Permalink
PKCS11: Fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail committed Mar 19, 2024
1 parent 89e0f1d commit a5d85c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkcs11/tests/ecdh_sp800_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ static size_t openssl_derive(CK_ULONG kdf, EVP_PKEY *private_key,
}

size_t output_bits = 0;
const EVP_MD *md;
const EVP_MD *md = NULL;
switch (kdf) {
case CKD_NULL:
memcpy(*ecdh_key, derived, len);
Expand Down

0 comments on commit a5d85c8

Please sign in to comment.