X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fgcrypt%2Fcipher.h;h=41450c411f4af6cdcdc8d4b0d4a9dfd4e7950af9;hb=2c6b2d70e6640f39563ad7bb0aa0ba87f883848c;hp=64cb42dd1d3ad65aa1c7ec8cecf98680170c4650;hpb=b18d5b572992debb04a7851e43143711319243a0;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;