Reorganize private crypto header files
[openssl.git] / crypto / rsa / rsa_lib.c
index c6e570089fd1b722bf964f67f4d6eda241172dc6..83e6a35e42a6ed1f90f2a7494708c2a4a4072fa3 100644 (file)
 #include <openssl/crypto.h>
 #include "internal/cryptlib.h"
 #include "internal/refcount.h"
-#include "internal/bn_int.h"
+#include "crypto/bn.h"
 #include <openssl/engine.h>
 #include <openssl/evp.h>
-#include "internal/evp_int.h"
+#include "crypto/evp.h"
 #include "rsa_locl.h"
 
 RSA *RSA_new(void)