Make the RSA_METHOD structure opaque
[openssl.git] / crypto / rsa / rsa_null.c
index 6ac22495c920e01fdcd1e0db664a8ac82f55b55e..9f739f745def182392497db291feb1ed227171f8 100644 (file)
@@ -59,8 +59,8 @@
 #include <stdio.h>
 #include "internal/cryptlib.h"
 #include <openssl/bn.h>
-#include <openssl/rsa.h>
 #include <openssl/rand.h>
+#include "rsa_locl.h"
 
 /*
  * This is a dummy RSA implementation that just returns errors when called.