diff options
Diffstat (limited to 'tests/openssl.c')
-rw-r--r-- | tests/openssl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openssl.c b/tests/openssl.c index 05e43d900f..188d82e9b2 100644 --- a/tests/openssl.c +++ b/tests/openssl.c @@ -22,7 +22,7 @@ */ #ifdef HAVE_CONFIG_H -# include <config.h> +#include <config.h> #endif #include <stdio.h> |