From: Guus Sliepen Date: Mon, 26 Aug 2019 09:15:59 +0000 (+0200) Subject: Reformat all code using astyle. X-Git-Tag: release-1.0.36~2 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=628bd04b5bcfa6f36b966ce285049ff0132b277e Reformat all code using astyle. --- diff --git a/src/connection.h b/src/connection.h index 4f554672..d619e85c 100644 --- a/src/connection.h +++ b/src/connection.h @@ -25,7 +25,7 @@ #include #if OPENSSL_VERSION_NUMBER < 0x10100000L -#define EVP_CIPHER_CTX_reset(c) EVP_CIPHER_CTX_cleanup(c) +#define EVP_CIPHER_CTX_reset(c) EVP_CIPHER_CTX_cleanup(c) #endif #include "avl_tree.h"