Allow building with configure option --enable-hmac-binary-check.
* src/Makefile.am (mpicalc_LDADD): Add DL_LIBS. * src/fips.c (check_binary_integrity): Allow use of hmac256 output. * src/hmac256.c (main): Add option --stdkey
Note that when using that configure option "make check" won't work in
one go. Instead use
make cd src/.libs ../hmac256 --stdkey '' libgcrypt.so.20 >.libgcrypt.so.20.hmac cd ../.. make check
- Reported-by: Burt Silverman
- Signed-off-by: Werner Koch <wk@gnupg.org>