X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fgcrypt%2Fcipher.h;h=8e4a2ebf5aac165e58f6eae62f80bae1f715a957;hb=483c5dcfb43719e5fd50902641252e28a04fd74e;hp=57c812841f8399b082f78cc1766ecc9b4909f56d;hpb=761517c21c37a808a19b487aa116c3c19439feca;p=tinc diff --git a/src/gcrypt/cipher.h b/src/gcrypt/cipher.h index 57c81284..8e4a2ebf 100644 --- a/src/gcrypt/cipher.h +++ b/src/gcrypt/cipher.h @@ -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 *);