curl_sspi: fix possibly undefined CRYPT_E_REVOKED

Bug: https://github.com/bagder/curl/pull/411
Reported-by: Viktor Szakats
This commit is contained in:
Jay Satiro
2015-09-10 02:17:33 -04:00
parent e30763c72e
commit df6a4d3519
3 changed files with 9 additions and 1 deletions

View File

@@ -39,6 +39,10 @@
#include <idna.h>
#endif
#ifdef USE_WINDOWS_SSPI
#include "curl_sspi.h"
#endif
#include "strerror.h"
#include "curl_printf.h"
#include "curl_memory.h"