Fix typo in -clrext option, but add a compatibility hack because
[openssl.git] / crypto / conf / test.c
index 17185926ac01fb3e841ef6d5ffaa184c4e5a150e..9390a48bafe6c5c4346378e2e7bf5cf1738cb02b 100644 (file)
@@ -1,5 +1,5 @@
 /* crypto/conf/test.c */
-/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
  * This package is an SSL implementation written
@@ -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();