Skip to content

Commit

Permalink
fixup! cmp_kem.c: update kem variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeev-0 committed Sep 8, 2023
1 parent a022e61 commit 9c23444
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crypto/cmp/cmp_kem.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ static int kdf2(OSSL_CMP_CTX *ctx, unsigned char *secret, size_t secret_len,
return 1;
}

/* TODO: look for existing OpenSSL solution */
static int x509_algor_from_nid_with_md(int nid, X509_ALGOR **palg,
const EVP_MD *md)
{
Expand Down

0 comments on commit 9c23444

Please sign in to comment.