Get rid of a nasty debugging message which was forgotten here...
[openssl.git] / crypto / conf / conf.c
index f5114ea69e5128c6e130b555259e9296e66701bd..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.1a 06-Jul-1998";
+char *CONF_version="CONF part of OpenSSL 0.9.2 31-Dec-1998";
 
 LHASH *CONF_load(h,file,line)
 LHASH *h;