aboutsummaryrefslogtreecommitdiff
path: root/crypto/sha/sha_dgst.c
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/sha/sha_dgst.c
parentf10a5c2a960b382edd7609d4e206c99b8e1c4ebe (diff)
downloadopenssl-320a14cb5b12cbdd2ff4d81c1e9a2ea7a139a038.zip
openssl-320a14cb5b12cbdd2ff4d81c1e9a2ea7a139a038.tar.gz
openssl-320a14cb5b12cbdd2ff4d81c1e9a2ea7a139a038.tar.bz2
*** empty log message ***OpenSSL_0_9_1c
Diffstat (limited to 'crypto/sha/sha_dgst.c')
-rw-r--r--crypto/sha/sha_dgst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sha/sha_dgst.c b/crypto/sha/sha_dgst.c
index 863ad18..b215e4c 100644
--- a/crypto/sha/sha_dgst.c
+++ b/crypto/sha/sha_dgst.c
@@ -63,7 +63,7 @@
#include "sha.h"
#include "sha_locl.h"
-char *SHA_version="SHA part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
+char *SHA_version="SHA part of OpenSSL 0.9.1c 23-Dec-1998";
/* Implemented from SHA-0 document - The Secure Hash Algorithm
*/