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 <stef...@karger.me>
---
 src/openvpn/crypto.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/openvpn/crypto.h b/src/openvpn/crypto.h
index d3e08c1..63d7040 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
-- 
2.5.0


Reply via email to