Make the RSA structure opaque
[openssl.git] / crypto / rsa / rsa_crpt.c
index cec4a7c2bdfe30dbaaa5e6e5c4fae8146a5714b5..6cc3c70ec3ef7a69e8d2a7238c6bb82dc4c41822 100644 (file)
@@ -60,8 +60,8 @@
 #include "internal/cryptlib.h"
 #include <openssl/lhash.h>
 #include "internal/bn_int.h"
-#include <openssl/rsa.h>
 #include <openssl/rand.h>
+#include "rsa_locl.h"
 
 int RSA_bits(const RSA *r)
 {