Paul Vriens : wincrypt.h: Add new OID.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Sep 7 03:45:39 CDT 2006


Module: wine
Branch: master
Commit: 4b5e6b767f0ffdd6bdd75dbb51fbb3324346f35d
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=4b5e6b767f0ffdd6bdd75dbb51fbb3324346f35d

Author: Paul Vriens <Paul.Vriens at xs4all.nl>
Date:   Fri Sep  1 13:59:50 2006 +0200

wincrypt.h: Add new OID.

---

 include/wincrypt.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/include/wincrypt.h b/include/wincrypt.h
index a64165a..18ea897 100644
--- a/include/wincrypt.h
+++ b/include/wincrypt.h
@@ -2514,6 +2514,9 @@ #define szOID_KP_TIME_STAMP_SIGNING     
 #ifndef szOID_SERVER_GATED_CRYPTO
 #define szOID_SERVER_GATED_CRYPTO            "1.3.6.1.4.1.311.10.3.3"
 #endif
+#ifndef szOID_SGC_NETSCAPE
+#define szOID_SGC_NETSCAPE                   "2.16.840.1.113730.4.1"
+#endif
 #define szOID_KP_EFS                         "1.3.6.1.4.1.311.10.3.4"
 #define szOID_EFS_RECOVERY                   "1.3.6.1.4.1.311.10.3.4.1"
 #define szOID_WHQL_CRYPTO                    "1.3.6.1.4.1.311.10.3.5"




More information about the wine-cvs mailing list