Don't use htonl(); it doesn't exist under Windows. Instead do the
authorTheodore Tso <tytso@mit.edu>
Thu, 6 Jun 1996 19:54:22 +0000 (19:54 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 6 Jun 1996 19:54:22 +0000 (19:54 +0000)
commit62e3beda4301a617f01350dba9fa095c7a03c05b
treef7cf4adee4d8600a8fc303c3a9704f211b8de687
parent83fa52c018db689162744287d2080363258cb056
Don't use htonl(); it doesn't exist under Windows.  Instead do the
test by casting a pointer to an integer to a char *.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8259 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/crypto/sha/ChangeLog
src/lib/crypto/sha/shs.c