summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/schnlsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/include/schnlsp.h')
-rw-r--r--winsup/w32api/include/schnlsp.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/w32api/include/schnlsp.h b/winsup/w32api/include/schnlsp.h
new file mode 100644
index 000000000..b72a4c25c
--- /dev/null
+++ b/winsup/w32api/include/schnlsp.h
@@ -0,0 +1,10 @@
+#ifndef _SCHNLSP_H
+#define _SCHNLSP_H
+
+#define SECPKG_ATTR_SUPPORTED_ALGS 86
+#define SECPKG_ATTR_CIPHER_STRENGTHS 87
+#define SECPKG_ATTR_SUPPORTED_PROTOCOLS 88
+
+#include <schannel.h>
+
+#endif /* _SCHNLSP_H */