X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fopenssl%2Fcipher.c;h=6b2affc0cfa2553f77e0e3058720d36f0e6b1499;hb=28b7a53b6;hp=08b81de702e3521959d6aea3cbf56a4275aa5429;hpb=0912276c6467aa3ee6f570b31245367319da572a;p=tinc diff --git a/src/openssl/cipher.c b/src/openssl/cipher.c index 08b81de7..6b2affc0 100644 --- a/src/openssl/cipher.c +++ b/src/openssl/cipher.c @@ -1,6 +1,6 @@ /* cipher.c -- Symmetric block cipher handling - Copyright (C) 2007-2017 Guus Sliepen + Copyright (C) 2007-2022 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -23,6 +23,7 @@ #include #include +#include "cipher.h" #include "../cipher.h" #include "../logger.h"