From 9c23444ef798e81120256af7eb517fc4269fb238 Mon Sep 17 00:00:00 2001 From: Rajeev Ranjan Date: Fri, 8 Sep 2023 17:05:19 +0200 Subject: [PATCH] fixup! cmp_kem.c: update kem variable name --- crypto/cmp/cmp_kem.c | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/cmp/cmp_kem.c b/crypto/cmp/cmp_kem.c index ed10279092cc8d..9f84209001e13f 100644 --- a/crypto/cmp/cmp_kem.c +++ b/crypto/cmp/cmp_kem.c @@ -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) {