From: Nikos Mavrogiannopoulos Date: Sat, 28 May 2016 17:32:12 +0000 (+0200) Subject: tests: corrected definition of CryptSignHash in mock crypt32 X-Git-Tag: gnutls_3_5_1~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e999e1ac069cb46565a2698e674ca1cfb76dc24d;p=thirdparty%2Fgnutls.git tests: corrected definition of CryptSignHash in mock crypt32 --- diff --git a/tests/windows/crypt32.c b/tests/windows/crypt32.c index 2e5451be1e..9d51a2938f 100644 --- a/tests/windows/crypt32.c +++ b/tests/windows/crypt32.c @@ -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; }