]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/evp/p_dec.c
Deprecate RSA harder
[thirdparty/openssl.git] / crypto / evp / p_dec.c
index ef0e715d65831a85ad91420048809a2f7456e76c..c71e88d9b08588c027b9cbbeba0fc490024e2655 100644 (file)
@@ -7,11 +7,8 @@
  * https://www.openssl.org/source/license.html
  */
 
-/*
- * RSA low level APIs are deprecated for public use, but still ok for
- * internal use.
- */
-#include "internal/deprecated.h"
+/* We need to use the deprecated RSA low level calls */
+#define OPENSSL_SUPPRESS_DEPRECATED
 
 #include <stdio.h>
 #include "internal/cryptlib.h"