Move RSA key generation into the wrappers.
[tinc] / src / openssl / digest.h
index 28ee9d0..f10e67f 100644 (file)
@@ -24,6 +24,8 @@
 
 #include <openssl/evp.h>
 
+#define DIGEST_MAX_SIZE EVP_MAX_MD_SIZE
+
 typedef struct digest {
        const EVP_MD *digest;
 } digest_t;