Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1
[tinc] / src / gcrypt / cipher.h
index 57c8128..8e4a2eb 100644 (file)
@@ -32,6 +32,7 @@ typedef struct cipher {
        int nid;
        uint16_t keylen;
        uint16_t blklen;
+       bool padding;
 } cipher_t;
 
 extern bool cipher_open_by_name(struct cipher *, const char *);