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