mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 19:54:40 +02:00
Removing FIXME comments after the fixing has been done. doh.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user