summaryrefslogtreecommitdiffstats
path: root/crypto/conf
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/conf')
-rw-r--r--crypto/conf/.cvsignore1
-rw-r--r--crypto/conf/conf.c2
2 files changed, 2 insertions, 1 deletions
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;