summaryrefslogtreecommitdiffstats
path: root/crypto_openssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto_openssl.h')
-rw-r--r--crypto_openssl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto_openssl.h b/crypto_openssl.h
index 9bc106a..f883c2a 100644
--- a/crypto_openssl.h
+++ b/crypto_openssl.h
@@ -67,4 +67,7 @@ typedef HMAC_CTX hmac_ctx_t;
/** Cipher should decrypt */
#define OPENVPN_OP_DECRYPT 0
+#define DES_KEY_LENGTH 8
+#define MD4_DIGEST_LENGTH 16
+
#endif /* CRYPTO_OPENSSL_H_ */