Deprecate the low level RSA functions.
[oweals/openssl.git] / crypto / rsa / rsa_ssl.c
index 99e541881d4a63d2b5f3c91e7725929c38a41d40..48731dfb90a3b7bc5dac38630e996e33bd6f9a6a 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>