Replace provider cipher flags with separate param fields
[openssl.git] / providers / implementations / ciphers / cipher_cast5.c
index 7c686013d840c593e7ff8b5cda1bef1fcb5b0a18..1d525343b4280650954000e6cf0335cfd1093558 100644 (file)
@@ -20,7 +20,7 @@
 #include "prov/providercommon.h"
 #include "prov/providercommonerr.h"
 
-#define CAST5_FLAGS (EVP_CIPH_VARIABLE_LENGTH)
+#define CAST5_FLAGS PROV_CIPHER_FLAG_VARIABLE_LENGTH
 
 static OSSL_FUNC_cipher_freectx_fn cast5_freectx;
 static OSSL_FUNC_cipher_dupctx_fn cast5_dupctx;