X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=crypto%2Fconf%2Fconf.c;h=cd7eac610bb46ee596ea0e39a62abf3a2194147a;hb=320a14cb5b12cbdd2ff4d81c1e9a2ea7a139a038;hp=f5114ea69e5128c6e130b555259e9296e66701bd;hpb=dfeab0689f69c0b4bd3480ffd37a9cacc2f17d9c;p=openssl.git diff --git a/crypto/conf/conf.c b/crypto/conf/conf.c index f5114ea69e..cd7eac610b 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 OpenSSL 0.9.1c 23-Dec-1998"; LHASH *CONF_load(h,file,line) LHASH *h;