]> sourceware.org Git - newlib-cygwin.git/commitdiff
* lib/crypt32.def (CertOIDToAlgId, CertAlgIDToOID, CryptProtectData,
authorDanny Smith <dannysmith@users.sourceforge.net>
Thu, 3 Nov 2005 08:21:18 +0000 (08:21 +0000)
committerDanny Smith <dannysmith@users.sourceforge.net>
Thu, 3 Nov 2005 08:21:18 +0000 (08:21 +0000)
CryptUnprotectData, CryptDecodeObjectEx, CryptEncodeObjectEx,
CryptRegisterOIDFunction, CryptUnregisterOIDFunction): Add stubs.
Thanks to: F Richter  <res2002 at users dot sourceforge dot net>

Fix some ChangeLog whitespace.

winsup/w32api/ChangeLog
winsup/w32api/lib/crypt32.def

index e66ccc8a663722ddf539a5d124923af1a273ea41..faa8555cefe4551680c1decb029593c7cc9626c1 100644 (file)
@@ -1,4 +1,11 @@
-2005-10-29     Chris Sutcliffe <ir0nh34d@users.sf.net>
+2005-11-03  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * lib/crypt32.def (CertOIDToAlgId, CertAlgIDToOID, CryptProtectData,
+       CryptUnprotectData, CryptDecodeObjectEx, CryptEncodeObjectEx,
+       CryptRegisterOIDFunction, CryptUnregisterOIDFunction): Add stubs.
+       Thanks to: F Richter  <res2002 at users dot sourceforge dot net>
+
+2005-10-29  Chris Sutcliffe  <ir0nh34d@users.sf.net>
 
        * include/objbase.h: Fix typo.
        * include/w32api.h: Increment version to 3.5.
 
        * include/winbase.h (GetProcessId): Declare.
 
-2005-09-23     Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
+2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
 
        * lib/ddk/newdev.def: Added.
        Thanks to: Stephan Meyer <ste_meyer at users dot sourceforge dot net>
 
-2005-09-23     Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
+2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
 
        * include/commdlg.h (OPENFILENAME): Added WINNT >= 0x0500
        component.
        Thanks to: Gennady Feldman <gena01 at users dot sourceforge dot net>
 
-2005-09-23     Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
+2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
 
        * lib/shell32.def (SHILCreateFromPath): Add stub.
        Thanks to: Michael Jung <mjung at iss dot tu-darmstadt dot de>
 
-2005-09-21     Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
+2005-09-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
 
        * include/winbase.h (RegisterWaitForSingleObject,
        RegisterWaitForSingleObjectEx): Define.
index c778f1d06a4a6ec7a1995877d87379ddb70531d2..7d7c434a70c85057ba079b4cd3d749cb7dacc679 100644 (file)
@@ -13,3 +13,11 @@ CertFreeCertificateContext@4
 CertGetIssuerCertificateFromStore@16
 CertFindChainInStore@24
 CertOpenStore@20
+CertOIDToAlgId@4
+CertAlgIDToOID@4
+CryptProtectData@28
+CryptUnprotectData@28
+CryptDecodeObjectEx@32
+CryptEncodeObjectEx@28
+CryptRegisterOIDFunction@20
+CryptUnregisterOIDFunction@12
This page took 0.040496 seconds and 5 git commands to generate.