aboutsummaryrefslogtreecommitdiffstats
path: root/sha1.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix some compiler warningsGravatar Tom Willemse2013-11-171-7/+5
| | | | | | | | | | - Remove some unused variables - Explicitly cast =tbuff= to a pointer to =unsigned char= when using =SHA512=. - Use =long long unsigned= as =seqno=, since there is no theoretical limit to it. - Use =size_t= for the =tbufflen= variable in =dispass1= since technically that is what =strlen= returns.
* Remove = from generated passphraseGravatar Tom Willemse2013-11-171-0/+26
|
* Fix memory leakGravatar Tom Willemse2013-11-161-5/+22
|
* Initial commitGravatar Tom Willemse2013-11-161-0/+97