summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-04-25 15:35:41 +0200
committerRichard Levitte <levitte@openssl.org>2017-04-25 15:44:48 +0200
commitd88ab353d3f94031d56d2d6451695eac305c9738 (patch)
tree5b44fa01b0acf182c47f241a3000b73ce3f4ce39 /test
parenta5eef31e257bc6267e0973edda18ee2f180ed081 (diff)
Correct some badly formated preprocessor lines
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3304)
Diffstat (limited to 'test')
-rw-r--r--test/dtlsv1listentest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dtlsv1listentest.c b/test/dtlsv1listentest.c
index 91d78e1301..dfbc7aebb8 100644
--- a/test/dtlsv1listentest.c
+++ b/test/dtlsv1listentest.c
@@ -13,7 +13,7 @@
#include <openssl/err.h>
#include <openssl/conf.h>
#ifndef OPENSSL_NO_ENGINE
- #include <openssl/engine.h>
+# include <openssl/engine.h>
#endif
#include "e_os.h"