]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/commit
Use gnutls_transport_set_int() if available.
authorSimon Ruderich <simon@ruderich.org>
Thu, 8 Aug 2013 15:48:08 +0000 (17:48 +0200)
committerSimon Ruderich <simon@ruderich.org>
Thu, 8 Aug 2013 15:48:08 +0000 (17:48 +0200)
commitc51f4531e09a0fcf27aa9f3b5150fbadcf4f1a79
tree9b07ccc502c7b2ee2916b177fde676711241cb2d
parent28bc2ca1129818da944dcd5f2073cffdc497065c
Use gnutls_transport_set_int() if available.

Prevents an unnecessary warning (int to pointer cast).
Makefile.am
configure.ac
m4/ax_check_lib_func.m4 [new file with mode: 0644]
src/connection.c
tests/client.c