Page MenuHome GnuPG

Libgcrypt doesn't build if blake2 isn't in --enable-digests
Open, LowPublic

Description

Result:
undefined reference to gcry_blake2_init_with_key

Expected result:
no issue if blake2 is not in --enable-digests

Additional information:

  1. Issue is observed only on Linux, it goes fine on MacOS and MS Windows
  2. culprit of the issue is md.c which uses gcry_blake2_init_with_key unguarded

Details

Version
1.8.4