From 5927c4063a9a58f1244dec47bd3380d162359751 Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Tue, 6 Sep 2022 10:05:17 +0200 Subject: [PATCH] Removing FIXME comments after the fixing has been done. doh. --- wolfcrypt/src/evp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/wolfcrypt/src/evp.c b/wolfcrypt/src/evp.c index 81b4fd9b0..7edaad81d 100644 --- a/wolfcrypt/src/evp.c +++ b/wolfcrypt/src/evp.c @@ -712,7 +712,6 @@ int wolfSSL_EVP_CipherUpdate(WOLFSSL_EVP_CIPHER_CTX *ctx, #endif #ifdef HAVE_CHACHA case CHACHA20_TYPE: - /* CHACHAFIXME */ if (wc_Chacha_Process(&ctx->cipher.chacha, out, in, inl) != 0) { WOLFSSL_MSG("wc_ChaCha_Process failed"); return WOLFSSL_FAILURE; @@ -6735,7 +6734,6 @@ int wolfSSL_EVP_MD_type(const WOLFSSL_EVP_MD* type) return WOLFSSL_FAILURE; } } -/* CHACHAFIXME */ } #endif #ifndef NO_DES3