From 651d0aff98d28e2db146afa1790e9e22f3ef22db Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Tue, 22 Dec 1998 15:04:48 +0000 Subject: Various cleanups and fixed by Marc and Ralf to start the OpenTLS project --- crypto/conf/.cvsignore | 1 + crypto/conf/conf.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 crypto/conf/.cvsignore (limited to 'crypto/conf') diff --git a/crypto/conf/.cvsignore b/crypto/conf/.cvsignore new file mode 100644 index 0000000000..a65b41774a --- /dev/null +++ b/crypto/conf/.cvsignore @@ -0,0 +1 @@ +lib 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; -- cgit v1.2.3