X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fcipher.h;h=68332be3ab714ef70a6c6a702a2bda3e8a512d75;hb=2c6b2d70e6640f39563ad7bb0aa0ba87f883848c;hp=2845be8d190b5f22a70ace0fddfd4ab033d1b2dc;hpb=42d2dff33306beae8ddbd9cc991ad80f135950a6;p=tinc diff --git a/src/cipher.h b/src/cipher.h index 2845be8d..68332be3 100644 --- a/src/cipher.h +++ b/src/cipher.h @@ -20,6 +20,8 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include "system.h" + #define CIPHER_MAX_BLOCK_SIZE 32 #define CIPHER_MAX_IV_SIZE 16 #define CIPHER_MAX_KEY_SIZE 32