summaryrefslogtreecommitdiff
path: root/src/tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests.h')
-rw-r--r--src/tests.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/tests.h b/src/tests.h
index d9721a70e2..f5fd646311 100644
--- a/src/tests.h
+++ b/src/tests.h
@@ -19,10 +19,10 @@
*/
#ifndef GNUTLS_SRC_TESTS_H
-#define GNUTLS_SRC_TESTS_H
+# define GNUTLS_SRC_TESTS_H
typedef enum {
- TEST_SUCCEED, TEST_FAILED, TEST_UNSURE, TEST_IGNORE/*keep socket*/, TEST_IGNORE2/*destroy socket*/
+ TEST_SUCCEED, TEST_FAILED, TEST_UNSURE, TEST_IGNORE /*keep socket */ , TEST_IGNORE2 /*destroy socket */
} test_code_t;
test_code_t test_chain_order(gnutls_session_t session);
@@ -89,10 +89,10 @@ test_code_t test_aes_ccm(gnutls_session_t session);
test_code_t test_aes_ccm_8(gnutls_session_t session);
test_code_t test_sha256(gnutls_session_t session);
-#ifdef ENABLE_GOST
+# ifdef ENABLE_GOST
test_code_t test_vko_gost_12(gnutls_session_t session);
test_code_t test_gost_cnt(gnutls_session_t session);
test_code_t test_gost_imit(gnutls_session_t session);
-#endif
+# endif
-#endif /* GNUTLS_SRC_TESTS_H */
+#endif /* GNUTLS_SRC_TESTS_H */