summaryrefslogtreecommitdiff
path: root/lib/strerror.c
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2015-09-10 02:17:33 -0400
committerJay Satiro <raysatiro@yahoo.com>2015-09-10 02:17:33 -0400
commitdf6a4d3519655b26137a90a440c5a99f4abe7e22 (patch)
treedb693d330e046b37c782c3d54b8587d9309b31e8 /lib/strerror.c
parente30763c72eed43630befccf0018e4801b620d6f3 (diff)
downloadcurl-df6a4d3519655b26137a90a440c5a99f4abe7e22.tar.gz
curl_sspi: fix possibly undefined CRYPT_E_REVOKED
Bug: https://github.com/bagder/curl/pull/411 Reported-by: Viktor Szakats
Diffstat (limited to 'lib/strerror.c')
-rw-r--r--lib/strerror.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/strerror.c b/lib/strerror.c
index 565714188..c8adb93d9 100644
--- a/lib/strerror.c
+++ b/lib/strerror.c
@@ -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"