]> arthur.barton.de Git - ngircd.git/commit - src/ngircd/conn-ssl.c
Fix ConnSSL_LogCertInfo(): unused variable "cred" (GNUTLS)
authorAlexander Barton <alex@barton.de>
Sun, 19 Oct 2008 18:01:26 +0000 (20:01 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 19 Oct 2008 18:06:30 +0000 (20:06 +0200)
commitce2541a8266a1029ad7fef3aa82bfca22adec697
treeadf35b1e0a1458131f0e945ec49933151156b2ab
parentd44a7dac26c8dc1e756fb82074a3e7f298803f13
Fix ConnSSL_LogCertInfo(): unused variable "cred" (GNUTLS)

This patch fixes the following warning of GCC (version 4.3.2) in
function ConnSSL_LogCertInfo() when compiling with GNUTLS support:

conn-ssl.c: In function 'ConnSSL_LogCertInfo':
conn-ssl.c:542: warning: unused variable 'cred'
src/ngircd/conn-ssl.c