]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - providers/legacy/digests/ripemd_prov.c
Adapt the provider digests for more use of OSSL_PARAM
[thirdparty/openssl.git] / providers / legacy / digests / ripemd_prov.c
index 124351257b3c9260bc2bc58f558add6c187a277e..2b192bf9174608ea934cc6823e216ce98f4166ba 100644 (file)
@@ -14,5 +14,5 @@
 #include "internal/provider_algs.h"
 
 OSSL_FUNC_DIGEST_CONSTRUCT(ripemd160, RIPEMD160_CTX,
-                           RIPEMD160_CBLOCK, RIPEMD160_DIGEST_LENGTH,
+                           RIPEMD160_CBLOCK, RIPEMD160_DIGEST_LENGTH, 0,
                            RIPEMD160_Init, RIPEMD160_Update, RIPEMD160_Final)