Reformat all code using astyle.
authorGuus Sliepen <guus@tinc-vpn.org>
Mon, 26 Aug 2019 09:15:59 +0000 (11:15 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Mon, 26 Aug 2019 09:15:59 +0000 (11:15 +0200)
src/connection.h

index 4f55467..d619e85 100644 (file)
@@ -25,7 +25,7 @@
 #include <openssl/evp.h>
 
 #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"