X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fgcrypt%2Fcipher.h;h=41450c411f4af6cdcdc8d4b0d4a9dfd4e7950af9;hb=6debc6c79ba385d35f646e0958f84ace5b8f4b4d;hp=64cb42dd1d3ad65aa1c7ec8cecf98680170c4650;hpb=5822f817aa802c2c5a83e9d99a8ae78cb822799b;p=tinc diff --git a/src/gcrypt/cipher.h b/src/gcrypt/cipher.h index 64cb42dd..41450c41 100644 --- a/src/gcrypt/cipher.h +++ b/src/gcrypt/cipher.h @@ -20,6 +20,8 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include "system.h" + #include #define CIPHER_MAX_BLOCK_SIZE 32 @@ -28,7 +30,7 @@ typedef struct cipher { gcry_cipher_hd_t handle; - char *key; + uint8_t *key; int nid; uint16_t keylen; uint16_t blklen;