aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/sha/sha_dgst.c
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/sha/sha_dgst.c
parent9acc2aa6d1e2c75055401d2e8bac86fa6b66bd9d (diff)
downloadopenssl-5f32680329648886701f5b5832239eecf0b38390.tar.gz
Switch version string to SSLeay/OpenSSL
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 8f3165cc9e..863ad18c09 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 0.9.1c 22-Dec-1998";
+char *SHA_version="SHA part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
/* Implemented from SHA-0 document - The Secure Hash Algorithm
*/