Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / rsa / rsa_gen.c
index b2569e508f19933a3ff4191b46c1d5d1fe4a585d..f5d7ad25587204439f9fd5c2b196b2a6d8a2bff6 100644 (file)
@@ -59,8 +59,8 @@
 #include <stdio.h>
 #include <time.h>
 #include "cryptlib.h"
 #include <stdio.h>
 #include <time.h>
 #include "cryptlib.h"
-#include "bn.h"
-#include "rsa.h"
+#include <openssl/bn.h>
+#include <openssl/rsa.h>
 
 RSA *RSA_generate_key(int bits, unsigned long e_value,
             void (*callback)(P_I_I_P), char *cb_arg)
 
 RSA *RSA_generate_key(int bits, unsigned long e_value,
             void (*callback)(P_I_I_P), char *cb_arg)