summaryrefslogtreecommitdiff
path: root/lib/opencdk/verify.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/opencdk/verify.c')
-rw-r--r--lib/opencdk/verify.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/opencdk/verify.c b/lib/opencdk/verify.c
index 7826114ef2..ee5fb2be66 100644
--- a/lib/opencdk/verify.c
+++ b/lib/opencdk/verify.c
@@ -23,7 +23,7 @@
*
*/
#ifdef HAVE_CONFIG_H
-# include <config.h>
+#include <config.h>
#endif
#include <stdio.h>
#include <string.h>
@@ -245,7 +245,7 @@ file_verify_clearsign (cdk_ctx_t hd, const char *file, const char *output)
err = _gnutls_hash_init (&md, digest_algo);
if (err < 0)
{
- gnutls_assert();
+ gnutls_assert ();
rc = map_gnutls_error (err);
goto leave;
}