diff options
Diffstat (limited to 'test/rsa_mp_test.c')
-rw-r--r-- | test/rsa_mp_test.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/rsa_mp_test.c b/test/rsa_mp_test.c index baa9dd2272..53e2966997 100644 --- a/test/rsa_mp_test.c +++ b/test/rsa_mp_test.c @@ -10,6 +10,12 @@ /* 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> |