Deprecate the low level RSA functions.
[oweals/openssl.git] / test / rsa_test.c
index 084f533ac1f1d696b9ef6322b8982b78497dbd32..1fbfe821cbe08edd9e770a043e15e316e20b8af0 100644 (file)
@@ -9,6 +9,12 @@
 
 /* test vectors from p1ovect1.txt */
 
+/*
+ * 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>