diff options
author | Ralf S. Engelschall <rse@openssl.org> | 1998-12-23 13:09:47 +0100 |
---|---|---|
committer | Ralf S. Engelschall <rse@openssl.org> | 1998-12-23 13:09:47 +0100 |
commit | 320a14cb5b12cbdd2ff4d81c1e9a2ea7a139a038 (patch) | |
tree | d4a42df93702856cc73716d6983f25327fc8acf8 /crypto/dh/dh_lib.c | |
parent | *** empty log message *** (diff) | |
download | openssl-320a14cb5b12cbdd2ff4d81c1e9a2ea7a139a038.tar.xz openssl-320a14cb5b12cbdd2ff4d81c1e9a2ea7a139a038.zip |
*** empty log message ***OpenSSL_0_9_1c
Diffstat (limited to 'crypto/dh/dh_lib.c')
-rw-r--r-- | crypto/dh/dh_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/dh/dh_lib.c b/crypto/dh/dh_lib.c index 22c044d51b..2dc9e6fd84 100644 --- a/crypto/dh/dh_lib.c +++ b/crypto/dh/dh_lib.c @@ -61,7 +61,7 @@ #include "bn.h" #include "dh.h" -char *DH_version="Diffie-Hellman part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998"; +char *DH_version="Diffie-Hellman part of OpenSSL 0.9.1c 23-Dec-1998"; DH *DH_new() { |