Keep binary backward compatibility by putting new method function
[oweals/openssl.git] / crypto / conf / cnf_save.c
index da2cb843541fa96a5b1297eca3c2d80f767fd32d..e907cc224276e4304d23305ab967c9856b649051 100644 (file)
@@ -57,7 +57,7 @@
  */
 
 #include <stdio.h>
-#include "conf.h"
+#include <openssl/conf.h>
 
 void print_conf(CONF_VALUE *cv);
 
@@ -77,8 +77,7 @@ main()
        }
 
 
-void print_conf(cv)
-CONF_VALUE *cv;
+void print_conf(CONF_VALUE *cv)
        {
        int i;
        CONF_VALUE *v;