Minor type improvements in legacy protocol code
[tinc] / src / openssl / digest.h
index d6efacf..7081f5c 100644 (file)
@@ -23,6 +23,8 @@
 #include <openssl/evp.h>
 #include <openssl/hmac.h>
 
+#include "../legacy.h"
+
 struct digest {
        const EVP_MD *digest;
 #if OPENSSL_VERSION_MAJOR < 3