Deprecate the low level RSA functions.
[openssl.git] / crypto / rsa / rsa_saos.c
index 7041535cc0317c74cee9fa91f7c6e9dfce8ae069..e7041ca2ae00b84ec0702f0207027bf611b474e0 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 "internal/cryptlib.h"
 #include <openssl/bn.h>