]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
tests: corrected definition of CryptSignHash in mock crypt32
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 28 May 2016 17:32:12 +0000 (19:32 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 28 May 2016 17:32:16 +0000 (19:32 +0200)
tests/windows/crypt32.c

index 2e5451be1e6e34da2253424a9fba5d3dd0083b82..9d51a2938fb5588ffcfb5972ae27ef1cbaaf90ff 100644 (file)
@@ -180,8 +180,8 @@ BOOL WINAPI CryptSignHash(
   DWORD      dwKeySpec,
   LPCTSTR    sDescription,
   DWORD      dwFlags,
-  _Out_   BYTE       *pbSignature,
-  _Inout_ DWORD      *pdwSigLen)
+  BYTE       *pbSignature,
+  DWORD      *pdwSigLen)
 {
        return 0;
 }