Move RSA key generation into the wrappers.
[tinc] / src / gcrypt / digest.h
index 4e3a0c4..18e4910 100644 (file)
@@ -24,6 +24,8 @@
 
 #include <gcrypt.h>
 
+#define DIGEST_MAX_SIZE 64
+
 typedef struct digest {
        int algo;
        int nid;