aboutsummaryrefslogtreecommitdiff
path: root/gost12sum.c
AgeCommit message (Collapse)AuthorFilesLines
2021-12-11MSVC: Fix include filesVitaly Chikunov1-0/+12
Error message: gost12sum.c(13,10): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory gost12sum.c(80,23): warning C4013: 'getopt' undefined; assuming extern returning int test_keyexpimp.c(7,10): fatal error C1083: Cannot open include file: 'arpa/inet.h': No such file or directory Signed-off-by: Vitaly Chikunov <vt@altlinux.org>
2019-09-21Fix resource leak. CID 253277Dmitry Belyavskiy1-0/+1
2019-01-31Fix to #110Dmitry Belyavskiy1-88/+99
2018-08-30IndentationDmitry Belyavskiy1-5/+5
2018-01-10Fix MSVS2017 build errors.Dmitry Ryazantsev1-0/+9
Also add missing getopt.h header for gostsum and gost12sum tools build in MSVS (borrowed from https://github.com/skandhurkat/Getopt-for-Visual-Studio).
2017-08-20gost12sum gives the same hash strings as openssl dgst doesDmitry Belyavskiy1-6/+5
2017-08-08Convert hash values to hex as little-endian numbers in gost12sum.cVictor Wagner1-1/+1
2017-08-02Added manual pages. Fixed help messagesVictor Wagner1-4/+5
2017-07-04FixDmitry Belyavskiy1-2/+1
2017-07-04C89-compliance.Dmitry Belyavskiy1-1/+2
2017-06-27Fix compiler warningsMouse1-2/+2
2017-06-26Fix error in printf() invocationUri Blumenthal1-1/+1
2016-01-02Formatting fixDmitry Belyavskiy1-16/+17
2015-10-01Fixed some problems in standalone digest utilitiesVictor Wagner1-0/+265