Finally lay dependencies to rest (I hope!).
[openssl.git] / crypto / conf / conf.c
index 845c361dad339cd715bc38824ce148158d45ad3f..861043c08df2511ca913d4ff90989a48c9350a0c 100644 (file)
@@ -95,7 +95,7 @@ static CONF_VALUE *get_section();
 
 #define scan_esc(p)    ((((p)[1] == '\0')?(p++):(p+=2)),p)
 
-char *CONF_version="CONF part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
+char *CONF_version="CONF part of OpenSSL 0.9.2 31-Dec-1998";
 
 LHASH *CONF_load(h,file,line)
 LHASH *h;