mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 04:04:39 +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
|
#endif
|
||||||
#ifdef HAVE_CHACHA
|
#ifdef HAVE_CHACHA
|
||||||
case CHACHA20_TYPE:
|
case CHACHA20_TYPE:
|
||||||
/* CHACHAFIXME */
|
|
||||||
if (wc_Chacha_Process(&ctx->cipher.chacha, out, in, inl) != 0) {
|
if (wc_Chacha_Process(&ctx->cipher.chacha, out, in, inl) != 0) {
|
||||||
WOLFSSL_MSG("wc_ChaCha_Process failed");
|
WOLFSSL_MSG("wc_ChaCha_Process failed");
|
||||||
return WOLFSSL_FAILURE;
|
return WOLFSSL_FAILURE;
|
||||||
@@ -6735,7 +6734,6 @@ int wolfSSL_EVP_MD_type(const WOLFSSL_EVP_MD* type)
|
|||||||
return WOLFSSL_FAILURE;
|
return WOLFSSL_FAILURE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* CHACHAFIXME */
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#ifndef NO_DES3
|
#ifndef NO_DES3
|
||||||
|
Reference in New Issue
Block a user