summaryrefslogtreecommitdiff
path: root/rsa-sha1-verify.c
diff options
context:
space:
mode:
Diffstat (limited to 'rsa-sha1-verify.c')
-rw-r--r--rsa-sha1-verify.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/rsa-sha1-verify.c b/rsa-sha1-verify.c
index 717a392d..f1dd2fd8 100644
--- a/rsa-sha1-verify.c
+++ b/rsa-sha1-verify.c
@@ -24,18 +24,18 @@
*/
#if HAVE_CONFIG_H
-#include "config.h"
+# include "config.h"
#endif
#if WITH_PUBLIC_KEY
+#include <assert.h>
+
#include "rsa.h"
#include "bignum.h"
#include "pkcs1.h"
-#include <assert.h>
-
int
rsa_sha1_verify(const struct rsa_public_key *key,
struct sha1_ctx *hash,