diff options
author | darrenm <none@none> | 2006-03-31 08:35:11 -0800 |
---|---|---|
committer | darrenm <none@none> | 2006-03-31 08:35:11 -0800 |
commit | d63d22e3483c6fa4a461424993653941f029c064 (patch) | |
tree | b07f096123522855c27793718b482ccba108b659 | |
parent | 9c8faeba7fe6b60f4d629aa58c012cac532932f2 (diff) | |
download | illumos-joyent-d63d22e3483c6fa4a461424993653941f029c064.tar.gz |
6406990 part of 4937832 broke SHA-1 on AMD64
-rw-r--r-- | usr/src/common/crypto/sha1/sha1.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usr/src/common/crypto/sha1/sha1.c b/usr/src/common/crypto/sha1/sha1.c index fdbd9bf3c8..163725e2db 100644 --- a/usr/src/common/crypto/sha1/sha1.c +++ b/usr/src/common/crypto/sha1/sha1.c @@ -418,11 +418,7 @@ SHA1Final(void *digest, SHA1_CTX *ctx) bzero(ctx, sizeof (*ctx)); } -#if defined(__amd64) -typedef uint64_t sha1word; -#else typedef uint32_t sha1word; -#endif /* * sparc optimization: |