Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / demos / eay / loadrsa.c
index 91e62d74fec6c24b749ebdc194b2de917c319589..79f1885ca4a8b1049fc156b912ff731f376e23e1 100644 (file)
@@ -1,5 +1,5 @@
 #include <stdio.h>
-#include "rsa.h"
+#include <openssl/rsa.h>
 
 /* This is a simple program to generate an RSA private key.  It then
  * saves both the public and private key into a char array, then