Module: wine Branch: master Commit: 9495aa22bfe163c92a3dc7bcefdeab8903e8b046 URL: http://source.winehq.org/git/wine.git/?a=commit;h=9495aa22bfe163c92a3dc7bcef...
Author: Juan Lang juan.lang@gmail.com Date: Fri Nov 6 14:11:36 2009 -0800
wincrypt.h: Define szOID_INHIBIT_ANY_POLICY.
---
include/wincrypt.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/wincrypt.h b/include/wincrypt.h index 4e2f60b..cbde406 100644 --- a/include/wincrypt.h +++ b/include/wincrypt.h @@ -2947,6 +2947,7 @@ typedef struct _CTL_FIND_SUBJECT_PARA #define szOID_POLICY_CONSTRAINTS "2.5.29.36" #define szOID_ENHANCED_KEY_USAGE "2.5.29.37" #define szOID_FRESHEST_CRL "2.5.29.46" +#define szOID_INHIBIT_ANY_POLICY "2.5.29.54" #define szOID_DOMAIN_COMPONENT "0.9.2342.19200300.100.1.25" #define szOID_PKCS_12_FRIENDLY_NAME_ATTR "1.2.840.113549.1.9.20" #define szOID_PKCS_12_LOCAL_KEY_ID "1.2.840.113549.1.9.21"