You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
211 B

  1. --- a/Modules/_hashopenssl.c
  2. +++ b/Modules/_hashopenssl.c
  3. @@ -42,7 +42,7 @@
  4. #define PY_OPENSSL_HAS_SHAKE 1
  5. #endif
  6. -#ifdef NID_blake2b512
  7. +#ifndef OPENSSL_NO_BLAKE2
  8. #define PY_OPENSSL_HAS_BLAKE2 1
  9. #endif