summaryrefslogtreecommitdiff
path: root/tests/openssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/openssl.c')
-rw-r--r--tests/openssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openssl.c b/tests/openssl.c
index 5cffa25b6c..f2b1e6a444 100644
--- a/tests/openssl.c
+++ b/tests/openssl.c
@@ -36,7 +36,7 @@ doit (void)
MD5_CTX c;
unsigned char md[MD5_DIGEST_LENGTH];
- if (gnutls_global_init() != 0)
+ if (gnutls_global_init () != 0)
fail ("gnutls_global_init\n");
if (!gnutls_check_version (LIBGNUTLS_VERSION))