Package: g++-mingw-w64-x86-64
Version: 4.6.3-8+7
Severity: important

It looks like wincrypt.h is incomplete. The following does not compile:

$ cat t.c
#include <windows.h>
#include <wincrypt.h>

//#define szOID_NIST_AES128_CBC        "2.16.840.1.101.3.4.1.2"
//#define szOID_NIST_AES192_CBC        "2.16.840.1.101.3.4.1.22"
//#define szOID_NIST_AES256_CBC        "2.16.840.1.101.3.4.1.42"

int main()
{
  const char *s = szOID_NIST_AES128_CBC;
  return 0;
}

where:

$ /usr/bin/x86_64-w64-mingw32-g++ t.c
t.c: In function 'int main()':
t.c:10:19: error: 'szOID_NIST_AES128_CBC' was not declared in this scope

-- System Information:
Debian Release: 6.0.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (200, 'testing'), (100, 
'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-0.bpo.2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to