]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/evp/legacy_ripemd.c
PROV: add RSA signature implementation
[thirdparty/openssl.git] / crypto / evp / legacy_ripemd.c
index 8edcbba371a9cdfa2c054da2124c1b8b7e709f25..fd1739c7cdc9e93e2b4a93c9c79932ee647b9f1d 100644 (file)
@@ -7,6 +7,12 @@
  * https://www.openssl.org/source/license.html
  */
 
+/*
+ * RIPEMD160 low level APIs are deprecated for public use, but still ok for
+ * internal use.
+ */
+#include "internal/deprecated.h"
+
 #include <openssl/ripemd.h>
 #include "crypto/evp.h"
 #include "legacy_meth.h"