aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-11-14 16:28:39 +1000
committerteor <teor@torproject.org>2019-11-14 16:28:39 +1000
commitd19f370aa2dbffe72587b6af9f7119a36ea7c25a (patch)
treeffe2348c4a5d605d53153f425e4ba2f5de6b81ce /src/lib
parent0df8bcfb6fc31fabccf480f5a153174360dffc7a (diff)
downloadtor-d19f370aa2dbffe72587b6af9f7119a36ea7c25a.tar.gz
tor-d19f370aa2dbffe72587b6af9f7119a36ea7c25a.zip
Run "make autostyle"
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/conf/confdecl.h2
-rw-r--r--src/lib/crypt_ops/crypto_openssl_mgt.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/conf/confdecl.h b/src/lib/conf/confdecl.h
index 26c71e1d43..294a1e7173 100644
--- a/src/lib/conf/confdecl.h
+++ b/src/lib/conf/confdecl.h
@@ -134,7 +134,7 @@
.initvalue = initval \
},
/**@}*/
-#endif
+#endif /* !defined(COCCI) */
/** Type aliases for the "commonly used" configuration types.
*
diff --git a/src/lib/crypt_ops/crypto_openssl_mgt.c b/src/lib/crypt_ops/crypto_openssl_mgt.c
index 20c61696c8..e867012f4e 100644
--- a/src/lib/crypt_ops/crypto_openssl_mgt.c
+++ b/src/lib/crypt_ops/crypto_openssl_mgt.c
@@ -296,7 +296,7 @@ crypto_openssl_init_engines(const char *accelName,
return -1;
}
return 0;
-#else
+#else /* !defined(DISABLE_ENGINES) */
ENGINE *e = NULL;
log_info(LD_CRYPTO, "Initializing OpenSSL engine support.");