Result:
undefined reference to gcry_blake2_init_with_key
Expected result:
no issue if blake2 is not in --enable-digests
Additional information:
- Issue is observed only on Linux, it goes fine on MacOS and MS Windows
- culprit of the issue is md.c which uses gcry_blake2_init_with_key unguarded