summaryrefslogtreecommitdiffstats
path: root/crypto_polarssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto_polarssl.h')
-rw-r--r--crypto_polarssl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto_polarssl.h b/crypto_polarssl.h
index 0224917..3ac2c96 100644
--- a/crypto_polarssl.h
+++ b/crypto_polarssl.h
@@ -58,7 +58,7 @@ typedef md_context_t hmac_ctx_t;
#define OPENVPN_MODE_OFB POLARSSL_MODE_OFB
/** Cipher is in CFB mode */
-#define OPENVPN_MODE_CFB POLARSSL_MODE_CFB
+#define OPENVPN_MODE_CFB POLARSSL_MODE_CFB128
/** Cipher should encrypt */
#define OPENVPN_OP_ENCRYPT POLARSSL_ENCRYPT