Handle PKCS#5 padding in the gcrypt backend.
[oweals/tinc.git] / src / gcrypt / cipher.h
index 57c812841f8399b082f78cc1766ecc9b4909f56d..8e4a2ebf5aac165e58f6eae62f80bae1f715a957 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 *);