Make the RSA structure opaque
[openssl.git] / crypto / rsa / rsa_gen.c
index 6ec27495e740c8876e6920d83f687d4142788048..c4562589e10cc8a0419971ebeea1e11d1abc0d23 100644 (file)
@@ -65,7 +65,7 @@
 #include <time.h>
 #include "internal/cryptlib.h"
 #include <openssl/bn.h>
-#include <openssl/rsa.h>
+#include "rsa_locl.h"
 
 static int rsa_builtin_keygen(RSA *rsa, int bits, BIGNUM *e_value,
                               BN_GENCB *cb);