summaryrefslogtreecommitdiffstats
path: root/crypto/sha/sha1dgst.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/sha1dgst.c
parent9acc2aa6d1e2c75055401d2e8bac86fa6b66bd9d (diff)
Switch version string to SSLeay/OpenSSL
Diffstat (limited to 'crypto/sha/sha1dgst.c')
-rw-r--r--crypto/sha/sha1dgst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sha/sha1dgst.c b/crypto/sha/sha1dgst.c
index be85f9352c..32b06f7380 100644
--- a/crypto/sha/sha1dgst.c
+++ b/crypto/sha/sha1dgst.c
@@ -63,7 +63,7 @@
#include "sha.h"
#include "sha_locl.h"
-char *SHA1_version="SHA1 part of SSLeay 0.9.1c 22-Dec-1998";
+char *SHA1_version="SHA1 part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
/* Implemented from SHA-1 document - The Secure Hash Algorithm
*/