aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1998-12-23 12:09:47 +0000
committerRalf S. Engelschall <rse@openssl.org>1998-12-23 12:09:47 +0000
commit320a14cb5b12cbdd2ff4d81c1e9a2ea7a139a038 (patch)
treed4a42df93702856cc73716d6983f25327fc8acf8 /crypto/x509
parentf10a5c2a960b382edd7609d4e206c99b8e1c4ebe (diff)
downloadopenssl-320a14cb5b12cbdd2ff4d81c1e9a2ea7a139a038.tar.gz
*** empty log message ***OpenSSL_0_9_1c
Diffstat (limited to 'crypto/x509')
-rw-r--r--crypto/x509/x509_vfy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509/x509_vfy.c b/crypto/x509/x509_vfy.c
index ad78cd391f..23994d1bb4 100644
--- a/crypto/x509/x509_vfy.c
+++ b/crypto/x509/x509_vfy.c
@@ -80,7 +80,7 @@ static int null_callback();
static int internal_verify();
#endif
-char *X509_version="X.509 part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
+char *X509_version="X.509 part of OpenSSL 0.9.1c 23-Dec-1998";
static STACK *x509_store_ctx_method=NULL;
static int x509_store_ctx_num=0;
#if 0