Deprecate the low level RSA functions.
[oweals/openssl.git] / crypto / rsa / rsa_oaep.c
index d1150f09a818dcb811b28a465dceb81e105c5673..23fb8f9f2b8479a737c287f01d1b906f2aae3cb0 100644 (file)
  * one-wayness.  For the RSA function, this is an equivalent notion.
  */
 
+/*
+ * RSA low level APIs are deprecated for public use, but still ok for
+ * internal use.
+ */
+#include "internal/deprecated.h"
+
 #include "internal/constant_time.h"
 
 #include <stdio.h>