]> arthur.barton.de Git - ngircd.git/commit
Fix pem_passwd_cb(): unused variable "rwflag" (OpenSSL)
authorAlexander Barton <alex@barton.de>
Thu, 20 Nov 2008 22:46:20 +0000 (23:46 +0100)
committerAlexander Barton <alex@barton.de>
Thu, 20 Nov 2008 22:46:20 +0000 (23:46 +0100)
commit14baf64f41b696e7a04eb7c63b1776d0dc94a980
tree406521b10416b19c8491bfb89c72a5cf6e5410d9
parent4c113d8850dfc423e3dae2d2f90e7e9a9d42f0b0
Fix pem_passwd_cb(): unused variable "rwflag" (OpenSSL)

This patch fixes the following warning of GCC (version 4.3.2) in
function pem_passwd_cb() when compiling with OpenSSL support and
without debug code:

conn-ssl.c: In function 'pem_passwd_cb':
conn-ssl.c:122: warning: unused parameter 'rwflag'
src/ngircd/conn-ssl.c