Make the RSA structure opaque
[openssl.git] / crypto / rsa / rsa_x931g.c
index 24d3cb9c2310466a35b098c5b93697b76bf7e004..1e164e86e14580eb89876d75dcca8205c345d604 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rsa/rsa_gen.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
@@ -61,7 +60,7 @@
 #include <time.h>
 #include <openssl/err.h>
 #include <openssl/bn.h>
-#include <openssl/rsa.h>
+#include "rsa_locl.h"
 
 /* X9.31 RSA key derivation and generation */