diff options
author | Ralf S. Engelschall <rse@openssl.org> | 1998-12-23 08:53:55 +0100 |
---|---|---|
committer | Ralf S. Engelschall <rse@openssl.org> | 1998-12-23 08:53:55 +0100 |
commit | 5f32680329648886701f5b5832239eecf0b38390 (patch) | |
tree | 0a06805b3e512086deaa50c849e6b8bb2b098ad1 /crypto/bn/bn_lib.c | |
parent | *** empty log message *** (diff) | |
download | openssl-5f32680329648886701f5b5832239eecf0b38390.tar.xz openssl-5f32680329648886701f5b5832239eecf0b38390.zip |
Switch version string to SSLeay/OpenSSL
Diffstat (limited to 'crypto/bn/bn_lib.c')
-rw-r--r-- | crypto/bn/bn_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/bn_lib.c b/crypto/bn/bn_lib.c index 9f3d0f3c5e..ebe385071e 100644 --- a/crypto/bn/bn_lib.c +++ b/crypto/bn/bn_lib.c @@ -60,7 +60,7 @@ #include "cryptlib.h" #include "bn_lcl.h" -char *BN_version="Big Number part of SSLeay 0.9.1c 22-Dec-1998"; +char *BN_version="Big Number part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998"; /* For a 32 bit machine * 2 - 4 == 128 |