summaryrefslogtreecommitdiffstats
path: root/crypto/txt_db/txt_db.c
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1998-12-23 07:53:55 +0000
committerRalf S. Engelschall <rse@openssl.org>1998-12-23 07:53:55 +0000
commit5f32680329648886701f5b5832239eecf0b38390 (patch)
tree0a06805b3e512086deaa50c849e6b8bb2b098ad1 /crypto/txt_db/txt_db.c
parent9acc2aa6d1e2c75055401d2e8bac86fa6b66bd9d (diff)
Switch version string to SSLeay/OpenSSL
Diffstat (limited to 'crypto/txt_db/txt_db.c')
-rw-r--r--crypto/txt_db/txt_db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/txt_db/txt_db.c b/crypto/txt_db/txt_db.c
index 4e59fa0676..7e82889bf6 100644
--- a/crypto/txt_db/txt_db.c
+++ b/crypto/txt_db/txt_db.c
@@ -66,7 +66,7 @@
#undef BUFSIZE
#define BUFSIZE 512
-char *TXT_DB_version="TXT_DB part of SSLeay 0.9.1c 22-Dec-1998";
+char *TXT_DB_version="TXT_DB part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
TXT_DB *TXT_DB_read(in,num)
BIO *in;