Make the RSA_METHOD structure opaque
[openssl.git] / crypto / rsa / rsa_null.c
index ecb2f7cc05982bd4a5c6d3ee8a6e85fb5ba588e4..9f739f745def182392497db291feb1ed227171f8 100644 (file)
@@ -1,4 +1,3 @@
-/* rsa_null.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
@@ -60,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.