Deprecate the low level RSA functions.
[oweals/openssl.git] / crypto / rsa / rsa_x931g.c
index 1f6042a3d2cb0e5752694ecc230a4f4b9466a979..7b65133ec893370d6d2167f04e1d046e730a0037 100644 (file)
@@ -7,6 +7,12 @@
  * 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"
+
 #include <stdio.h>
 #include <string.h>
 #include <time.h>