Hi Michal. Getting these ‘different width’ warnings when compiling on Mac OS X 10.7.5:
$ make Making all in src make all-am CC env.lo env.c: In function 'getpeername': env.c:64: warning: passing argument 1 of '_OSSwapInt16' with different width due to prototype env.c:66: warning: passing argument 1 of '_OSSwapInt16' with different width due to prototype CCLD libstunnel.la CC stunnel-tls.o tls.c: In function ‘tls_alloc’: tls.c:72: warning: passing argument 1 of ‘calloc’ with different width due to prototype CC stunnel-str.o str.c:135: warning: expected [error|warning|ignored] after ‘#pragma GCC diagnostic’ str.c:158: warning: expected [error|warning|ignored] after ‘#pragma GCC diagnostic’ CC stunnel-file.o file.c: In function ‘file_getline’: file.c:159: warning: passing argument 3 of ‘read’ with different width due to prototype CC stunnel-client.o client.c:144: warning: expected [error|warning|ignored] after ‘#pragma GCC diagnostic’ client.c:260: warning: expected [error|warning|ignored] after ‘#pragma GCC diagnostic’ client.c: In function ‘ssl_start’: client.c:389: warning: passing argument 3 of ‘SSL_ctrl’ with different width due to prototype … Configure command used was simply: ./configure --with-ssl=/usr/local/ 5.37 and below compiled with now problems on this system. Any suggestions? Thanks, James. > On 27 Nov 2016, at 9:26 am, Michał Trojnara <[email protected]> > wrote: > > Dear Users, > > I have released version 5.38 of stunnel. > > Version 5.38, 2016.11.26, urgency: MEDIUM > * New features > - "sni=" can be used to prevent sending the SNI extension. > - The AI_ADDRCONFIG resolver flag is used when available. > - Merged Debian 06-lfs.patch (thx Peter Pentchev). > * Bugfixes > - Fixed a memory allocation bug causing crashes with OpenSSL 1.1.0. > - Fixed error handling for mixed IPv4/IPv6 destinations. > - Merged Debian 08-typos.patch (thx Peter Pentchev). > > Home page: https://www.stunnel.org/ > Download: https://www.stunnel.org/downloads.html > > SHA-256 hashes: > 09ada29ba1683ab1fd1f31d7bed8305127a0876537e836a40cb83851da034fd5 > stunnel-5.38.tar.gz > 8480dd90fbba19324f916267d38835e631b28ffd6b11f9526319c5e8399f4a2f > stunnel-5.38-installer.exe > 3d77a3becb6d123eaf3c9abba0ba8b96c1893bdad534710dc7094b5449cfc795 > stunnel-5.38-android.zip > > Best regards, > Mike > > _______________________________________________ > stunnel-announce mailing list > [email protected] > https://www.stunnel.org/cgi-bin/mailman/listinfo/stunnel-announce _______________________________________________ stunnel-users mailing list [email protected] https://www.stunnel.org/cgi-bin/mailman/listinfo/stunnel-users
