]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/commit
Remove unnecessary function calls to free x509 credentials.
authorSimon Ruderich <simon@ruderich.org>
Sat, 10 Aug 2013 13:46:49 +0000 (15:46 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 10 Aug 2013 13:46:49 +0000 (15:46 +0200)
commit5762d79fbaaf5d9bf1da054ad8a2cfb9075b4ebf
treee9a3311a9b72592e6cd3833c1b1590af10e7c554
parent0e2e23ef704d2b021191849abc212140427ad240
Remove unnecessary function calls to free x509 credentials.

gnutls_certificate_free_credentials() is enough to free all credentials.
src/connection.c