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

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jun 17 19:23:33 CDT 2015


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

--- Comment #13 from Jay Hilliard <jaydhilliard at gmail.com> ---
Still failing on RHEL6 (fully updated)
gcc -c -o schannel_gnutls.o schannel_gnutls.c -I. -I../../include -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 \
  -gdwarf-2 -gstrict-dwarf -g -O2
schannel_gnutls.c:52: error: ‘gnutls_cipher_get_block_size’ undeclared here
(not in a function)
schannel_gnutls.c:52: warning: type defaults to ‘int’ in declaration of
‘pgnutls_cipher_get_block_size’
schannel_gnutls.c: In function ‘schannel_get_cipher_algid’:
schannel_gnutls.c:276: error: ‘GNUTLS_CIPHER_AES_192_CBC’ undeclared (first use
in this function)
schannel_gnutls.c:276: error: (Each undeclared identifier is reported only once
schannel_gnutls.c:276: error: for each function it appears in.)
schannel_gnutls.c: In function ‘schan_imp_get_session_cipher_block_size’:
schannel_gnutls.c:319: error: called object ‘pgnutls_cipher_get_block_size’ is
not a function
schannel_gnutls.c: In function ‘schan_imp_send’:
schannel_gnutls.c:386: warning: format ‘%d’ expects type ‘int’, but argument 5
has type ‘ssize_t’
schannel_gnutls.c:386: warning: format ‘%d’ expects type ‘int’, but argument 6
has type ‘ssize_t’
make[1]: *** [schannel_gnutls.o] Error 1
make[1]: Leaving directory `/disk1/scratch/wine-git/dlls/secur32'
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