diff options
author | Ralf S. Engelschall <rse@openssl.org> | 1998-12-23 07:53:55 +0000 |
---|---|---|
committer | Ralf S. Engelschall <rse@openssl.org> | 1998-12-23 07:53:55 +0000 |
commit | 5f32680329648886701f5b5832239eecf0b38390 (patch) | |
tree | 0a06805b3e512086deaa50c849e6b8bb2b098ad1 /crypto/rsa | |
parent | 9acc2aa6d1e2c75055401d2e8bac86fa6b66bd9d (diff) | |
download | openssl-new-5f32680329648886701f5b5832239eecf0b38390.tar.gz |
Switch version string to SSLeay/OpenSSL
Diffstat (limited to 'crypto/rsa')
-rw-r--r-- | crypto/rsa/rsa_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rsa/rsa_lib.c b/crypto/rsa/rsa_lib.c index 68c1d24ca0..0269b372c5 100644 --- a/crypto/rsa/rsa_lib.c +++ b/crypto/rsa/rsa_lib.c @@ -63,7 +63,7 @@ #include "bn.h" #include "rsa.h" -char *RSA_version="RSA part of SSLeay 0.9.1c 22-Dec-1998"; +char *RSA_version="RSA part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998"; static RSA_METHOD *default_RSA_meth=NULL; static int rsa_meth_num=0; |