crypto: reorder arguments in _final()
authorMarko Kreen <markokr@gmail.com>
Sun, 28 Oct 2012 21:48:18 +0000 (23:48 +0200)
committerMarko Kreen <markokr@gmail.com>
Sat, 22 Dec 2012 22:40:44 +0000 (00:40 +0200)
commit735f7f5b0acfeb2c69bbca1f588baadc0aa9116a
tree71cf58448a0ce93f80ad697be1ad7f8f134bcc9c
parent5e5c78bfa99a6593a20a7305d9f0427ed0171d0c
crypto: reorder arguments in _final()

The old one was final(dst, ctx) which is some sort of historical
accident.  Lets get rid of it.  Then all operations on hash context
take context as first argument.
test/test_crypto.c
usual/crypto/hmac.c
usual/crypto/hmac.h
usual/crypto/md5.c
usual/crypto/md5.h
usual/crypto/sha1.c
usual/crypto/sha1.h