From: Vitaly Lipatov lav@etersoft.ru
--- include/wincrypt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/wincrypt.h b/include/wincrypt.h index 81ae7d040da..0da94a31f73 100644 --- a/include/wincrypt.h +++ b/include/wincrypt.h @@ -26,7 +26,7 @@ extern "C" { #endif
#include <bcrypt.h> -/* FIXME: #include <ncrypt.h> */ +#include <ncrypt.h>
#ifndef WINADVAPI #ifdef _ADVAPI32_