summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/wincrypt.h
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-08-09 02:45:50 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2002-08-09 02:45:50 +0000
commit154215ec386ef19e95030ea92165b32fde2c924c (patch)
treefb50f02ccff57e875196d0a28b15c84d11ae9cb6 /winsup/w32api/include/wincrypt.h
parentddf344afb32e6473bc3f1951befb1472dc6f34f7 (diff)
downloadcygnal-154215ec386ef19e95030ea92165b32fde2c924c.tar.gz
cygnal-154215ec386ef19e95030ea92165b32fde2c924c.tar.bz2
cygnal-154215ec386ef19e95030ea92165b32fde2c924c.zip
2002-08-09 Mark Schreiber <mark7@users.sourceforge.net>
* include/wincrypt.h (CRYPT_NOHASHOID): Add define. 2002-08-09 Danny Smith <dannysmith@users.sourceforge.net> * include/commctrl.h: Whitespace change.
Diffstat (limited to 'winsup/w32api/include/wincrypt.h')
-rw-r--r--winsup/w32api/include/wincrypt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/w32api/include/wincrypt.h b/winsup/w32api/include/wincrypt.h
index 8d0f5f016..5d6aaa153 100644
--- a/winsup/w32api/include/wincrypt.h
+++ b/winsup/w32api/include/wincrypt.h
@@ -228,6 +228,7 @@ extern "C" {
#define szOID_SERVER_GATED_CRYPTO "4235658"
#define szOID_SGC_NETSCAPE "2.16.840.1.113730.4.1"
#define szOID_PKIX_KP_CLIENT_AUTH "1.3.6.1.5.5.7.3.2"
+#define CRYPT_NOHASHOID 0x00000001
typedef UINT ALG_ID;
typedef struct _VTableProvStruc {FARPROC FuncVerifyImage;} VTableProvStruc,*PVTableProvStruc;