|
6cedc159
|
2021-02-19T07:14:15
|
|
Fix main() function prototype
Warned-by: gcc
|
|
52ee5476
|
2021-02-19T07:13:51
|
|
Declare local functions as static
Warned-by: gcc
|
|
f23a2145
|
2018-10-06T03:46:51
|
|
Add compatibility with Aladdin Enterprises MD5 implementation
This will be guarded by a LIBMD_MD5_ALADDIN macro check, to avoid
polluting the namespace by unsuspecting code. The macro can always
be defined unconditionally, and the guard could even potentially
be removed in the future if required.
Prompted-by: Yangfl <mmyangfl@gmail.com>
Ref: https://bugs.debian.org/909116
|
|
cf9ac150
|
2018-10-06T04:33:02
|
|
test: Refactor and extend message digest testing
Generate the base test function with a maro, because all of them follow
the same pattern. And extend it by covering more of the API.
|
|
c3c8d859
|
2017-06-01T02:43:22
|
|
build: Drop GCC specific compiler flag -include
Instead, explicitly include <config.h> in library and test source files
for increased portability.
Based-on-patch-by: Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
|
|
79b3a0b7
|
2011-05-29T04:48:16
|
|
build: Add build infrastructure
|