]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/rsa/rsa_gen.c
Deprecate the low level RSA functions.
[thirdparty/openssl.git] / crypto / rsa / rsa_gen.c
index cb2abff6a1b6ed54ada3261736eb7ab446bb030d..5778bdada502c1eb4b2554895c9cc5b178a86f40 100644 (file)
  * Geoff
  */
 
+/*
+ * RSA low level APIs are deprecated for public use, but still ok for
+ * internal use.
+ */
+#include "internal/deprecated.h"
+
 #include <stdio.h>
 #include <time.h>
 #include "internal/cryptlib.h"