projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e7aa93
)
Reformat all code using astyle.
author
Guus Sliepen
<guus@tinc-vpn.org>
Mon, 26 Aug 2019 09:15:59 +0000
(11:15 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Mon, 26 Aug 2019 09:15:59 +0000
(11:15 +0200)
src/connection.h
patch
|
blob
|
history
diff --git
a/src/connection.h
b/src/connection.h
index
4f55467
..
d619e85
100644
(file)
--- a/
src/connection.h
+++ b/
src/connection.h
@@
-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"