tests CHANGE config now includes SSH/TLS macros for tests to know
diff --git a/tests/config.h.in b/tests/config.h.in
index 03ccf88..c026018 100644
--- a/tests/config.h.in
+++ b/tests/config.h.in
@@ -1,5 +1,5 @@
 /**
- * @file conig.h
+ * @file config.h
  * @author Radek Krejci <rkrejci@cesnet.cz>
  * @brief cmocka tests configuration header.
  *
@@ -21,3 +21,5 @@
 
 #define TESTS_DIR "@CMAKE_SOURCE_DIR@/tests/"
 
+@SSH_MACRO@
+@TLS_MACRO@