branch | bug235_bringup_0 |
changeset 20 | d2d6724aef32 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/holdingarea/llvm/llvm-gcc4.2-2.7-x86-mingw32/include/schnlsp.h Thu Sep 16 09:43:14 2010 +0100 @@ -0,0 +1,14 @@ +#ifndef _SCHNLSP_H +#define _SCHNLSP_H +#if __GNUC__ >=3 +#pragma GCC system_header +#endif + + +#define SECPKG_ATTR_SUPPORTED_ALGS 86 +#define SECPKG_ATTR_CIPHER_STRENGTHS 87 +#define SECPKG_ATTR_SUPPORTED_PROTOCOLS 88 + +#include <schannel.h> + +#endif /* _SCHNLSP_H */