fix-lost-wincrypt.patch 427 B

12345678910
  1. --- contrib/restricted/aws/aws-c-io/include/aws/io/private/pki_utils.h (index)
  2. +++ contrib/restricted/aws/aws-c-io/include/aws/io/private/pki_utils.h (working tree)
  3. @@ -10,6 +10,7 @@
  4. /* It's ok to include external headers because this is a PRIVATE header file
  5. * (it is usually a crime to include windows.h from header file) */
  6. # include <Windows.h>
  7. +# include <Wincrypt.h>
  8. #endif /* _WIN32 */
  9. #ifdef AWS_OS_APPLE