Finally lay dependencies to rest (I hope!).
[openssl.git] / crypto / conf / conf.c
index c9d9cf90e66b7e4c42cc9e40c8c67b7c41671dcb..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 0.9.1c 22-Dec-1998";
+char *CONF_version="CONF part of OpenSSL 0.9.2 31-Dec-1998";
 
 LHASH *CONF_load(h,file,line)
 LHASH *h;