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, 2 insertions, 0 deletions
diff --git a/crypto_polarssl.h b/crypto_polarssl.h
index 3ac2c96..358483a 100644
--- a/crypto_polarssl.h
+++ b/crypto_polarssl.h
@@ -66,7 +66,9 @@ typedef md_context_t hmac_ctx_t;
/** Cipher should decrypt */
#define OPENVPN_OP_DECRYPT POLARSSL_DECRYPT
+#define MD4_DIGEST_LENGTH 16
#define MD5_DIGEST_LENGTH 16
#define SHA_DIGEST_LENGTH 20
+#define DES_KEY_LENGTH 8
#endif /* CRYPTO_POLARSSL_H_ */