]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - providers/legacy/digests/wp_prov.c
Adapt the provider digests for more use of OSSL_PARAM
[thirdparty/openssl.git] / providers / legacy / digests / wp_prov.c
index ece67e094101aeb84408f69f9e9be059608da373..297d367667e3355176e12f198dc938896b3ce488 100644 (file)
@@ -14,5 +14,5 @@
 #include "internal/provider_algs.h"
 
 OSSL_FUNC_DIGEST_CONSTRUCT(wp, WHIRLPOOL_CTX,
-                           WHIRLPOOL_BBLOCK / 8, WHIRLPOOL_DIGEST_LENGTH,
+                           WHIRLPOOL_BBLOCK / 8, WHIRLPOOL_DIGEST_LENGTH, 0,
                            WHIRLPOOL_Init, WHIRLPOOL_Update, WHIRLPOOL_Final)