Handle PKCS#5 padding in the gcrypt backend.
[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 *);