summaryrefslogtreecommitdiffstats
path: root/crypto/conf/conf.c
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1998-12-22 16:04:48 +0100
committerRalf S. Engelschall <rse@openssl.org>1998-12-22 16:04:48 +0100
commit651d0aff98d28e2db146afa1790e9e22f3ef22db (patch)
tree064b04a2d7eddda845048c0278df8bbb068622f5 /crypto/conf/conf.c
parentThis commit was generated by cvs2svn to track changes on a CVS vendor (diff)
downloadopenssl-651d0aff98d28e2db146afa1790e9e22f3ef22db.tar.xz
openssl-651d0aff98d28e2db146afa1790e9e22f3ef22db.zip
Various cleanups and fixed by Marc and Ralf to start the OpenTLS project
Diffstat (limited to 'crypto/conf/conf.c')
-rw-r--r--crypto/conf/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/conf/conf.c b/crypto/conf/conf.c
index f5114ea69e..c9d9cf90e6 100644
--- a/crypto/conf/conf.c
+++ b/crypto/conf/conf.c
@@ -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 SSLeay 0.9.1c 22-Dec-1998";
LHASH *CONF_load(h,file,line)
LHASH *h;