]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Fix compilation in pedantic mode
authorLev Stipakov <lstipakov@gmail.com>
Tue, 4 Oct 2016 20:42:16 +0000 (23:42 +0300)
committerGert Doering <gert@greenie.muc.de>
Mon, 10 Oct 2016 08:53:23 +0000 (10:53 +0200)
commitd72c3835e20593091d4d2c69466329f994b69ae6
treef5a6a7a3d2604eb666b0a09f5d8f8a385b9ec07c
parent84022030dc2af8606e6a11c3dca1780419e7a534
Fix compilation in pedantic mode

Replace C++ style comments, which are not allowed in ISO C90 standard,
with C style comments

Signed-off-by: Lev Stipakov <lstipakov@gmail.com>
Acked-by: Steffan Karger <steffan.karger@fox-it.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <1475613736-1529-1-git-send-email-lstipakov@gmail.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg12600.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/crypto_openssl.c
src/openvpn/ssl.c
src/openvpn/ssl_openssl.c
src/plugins/auth-pam/utils.c