[Bug 38769] New: Additional AES algorithms in schannel break wine build

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jun 16 14:37:50 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=38769

            Bug ID: 38769
           Summary: Additional AES algorithms in schannel break wine build
           Product: Wine
           Version: 1.7.45
          Hardware: x86
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: secur32
          Assignee: wine-bugs at winehq.org
          Reporter: wylda at volny.cz
      Distribution: ---

Hi Jacek,
I finally found some time for wine and your todays patch broke my wine building
machine (no offence ;c)


commit 3617e2b2a9f028347702c87da97e6a74f854027e
Author: Jacek Caban <jacek at codeweavers.com>
Date:   Tue Jun 16 13:46:32 2015 +0200

    secur32: Added support for a few more algorithms in
schannel_get_cipher_algid.



wine-1.7.45-88-g1342254 builds fine, but wine-1.7.45-89-g3617e2b fails with:

make[1]: Entering directory '/build/wine_git_build_32/dlls/secur32'
gcc -m32 -c -o schannel_gnutls.o
../../../wine_git_build/dlls/secur32/schannel_gnutls.c -I. \
  -I../../../wine_git_build/dlls/secur32 -I../../include
-I../../../wine_git_build/include \
  -I/usr/include/p11-kit-1 -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe
-fno-strict-aliasing \
  -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers
-Wstrict-prototypes -Wtype-limits \
  -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
-gdwarf-2 \
  -gstrict-dwarf -fno-omit-frame-pointer -g -O0
../../../wine_git_build/dlls/secur32/schannel_gnutls.c: In function
‘schannel_get_cipher_algid’:
../../../wine_git_build/dlls/secur32/schannel_gnutls.c:302:10: error:
‘GNUTLS_CIPHER_AES_128_GCM’ undeclared (first use in this function)
     case GNUTLS_CIPHER_AES_128_GCM: return CALG_AES_128;
          ^
../../../wine_git_build/dlls/secur32/schannel_gnutls.c:302:10: note: each
undeclared identifier is reported only once for each function it appears in
../../../wine_git_build/dlls/secur32/schannel_gnutls.c:304:10: error:
‘GNUTLS_CIPHER_AES_256_GCM’ undeclared (first use in this function)
     case GNUTLS_CIPHER_AES_256_GCM:
          ^
Makefile:339: recipe for target 'schannel_gnutls.o' failed
make[1]: *** [schannel_gnutls.o] Error 1
make[1]: Leaving directory '/build/wine_git_build_32/dlls/secur32'
Makefile:13239: recipe for target 'dlls/secur32' failed
make: *** [dlls/secur32] Error 2

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list