Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / conf / test.c
index 899ee2a067e515ad94e8edd06cec6dea82e9f25f..9390a48bafe6c5c4346378e2e7bf5cf1738cb02b 100644 (file)
@@ -58,7 +58,8 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-#include "conf.h"
+#include <openssl/conf.h>
+#include <openssl/err.h>
 
 main()
        {
@@ -66,7 +67,7 @@ main()
        long eline;
        char *s,*s2;
 
-       conf=CONF_load(NULL,"ssleay.conf",&eline);
+       conf=CONF_load(NULL,"openssl.conf",&eline);
        if (conf == NULL)
                {
                ERR_load_crypto_strings();