summaryrefslogtreecommitdiff
path: root/src/protocol/internal/ssh_mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol/internal/ssh_mac.h')
-rw-r--r--src/protocol/internal/ssh_mac.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/protocol/internal/ssh_mac.h b/src/protocol/internal/ssh_mac.h
index 507a9cd..8e44095 100644
--- a/src/protocol/internal/ssh_mac.h
+++ b/src/protocol/internal/ssh_mac.h
@@ -24,6 +24,8 @@
#include <stdint.h>
#include <openssl/evp.h>
+#define MAX_DGSTLEN 128
+
#ifdef __cplusplus
extern "C" {
#endif