Use the libctx in Ed448 private key decoding
[oweals/openssl.git] / test / rsa_mp_test.c
index baa9dd2272432c351b252c918a5ec843b4b3f0e6..53e2966997fa1592416a738b10eaedb2a9980585 100644 (file)
 
 /* This aims to test the setting functions, including internal ones */
 
+/*
+ * 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>