From: Steffan Karger Date: Sun, 17 Apr 2016 09:56:20 +0000 (+0200) Subject: fixup: change init_key_type() param name in declaration too X-Git-Tag: v2.4_alpha1~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f99269711e2aa8a2f88c5991381ea7e52c7485e;p=thirdparty%2Fopenvpn.git fixup: change init_key_type() param name in declaration too Commit 66407e11 changed the name of the cfb_ofb_allowed parameter of the init_key_type() implementation to 'tls_mode', but forgot to do the same in the function declaration. Signed-off-by: Steffan Karger Acked-by: Gert Doering Message-Id: <1460886980-12925-1-git-send-email-steffan@karger.me> URL: http://article.gmane.org/gmane.network.openvpn.devel/11445 Signed-off-by: Gert Doering --- diff --git a/src/openvpn/crypto.h b/src/openvpn/crypto.h index d3e08c1e6..63d7040d8 100644 --- a/src/openvpn/crypto.h +++ b/src/openvpn/crypto.h @@ -297,7 +297,7 @@ int read_key (struct key *key, const struct key_type *kt, struct buffer *buf); void init_key_type (struct key_type *kt, const char *ciphername, bool ciphername_defined, const char *authname, bool authname_defined, - int keysize, bool cfb_ofb_allowed, bool warn); + int keysize, bool tls_mode, bool warn); /* * Key context functions