aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1
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/asn1
parent9acc2aa6d1e2c75055401d2e8bac86fa6b66bd9d (diff)
downloadopenssl-5f32680329648886701f5b5832239eecf0b38390.tar.gz
Switch version string to SSLeay/OpenSSL
Diffstat (limited to 'crypto/asn1')
-rw-r--r--crypto/asn1/asn1_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/asn1_lib.c b/crypto/asn1/asn1_lib.c
index 117ccbfebb..09c6dfe6c0 100644
--- a/crypto/asn1/asn1_lib.c
+++ b/crypto/asn1/asn1_lib.c
@@ -69,7 +69,7 @@ static int asn1_get_length();
static void asn1_put_length();
#endif
-char *ASN1_version="ASN.1 part of SSLeay 0.9.1c 22-Dec-1998";
+char *ASN1_version="ASN.1 part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
int ASN1_check_infinite_end(p,len)
unsigned char **p;