summaryrefslogtreecommitdiff
path: root/rsa-sha1-sign.c
diff options
context:
space:
mode:
Diffstat (limited to 'rsa-sha1-sign.c')
-rw-r--r--rsa-sha1-sign.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/rsa-sha1-sign.c b/rsa-sha1-sign.c
index d48bb802..a3eea7a6 100644
--- a/rsa-sha1-sign.c
+++ b/rsa-sha1-sign.c
@@ -24,18 +24,18 @@
*/
#if HAVE_CONFIG_H
-#include "config.h"
+# include "config.h"
#endif
#if WITH_PUBLIC_KEY
-#include "rsa.h"
+#include <assert.h>
+
+include "rsa.h"
#include "bignum.h"
#include "pkcs1.h"
-#include <assert.h>
-
void
rsa_sha1_sign(const struct rsa_private_key *key,
struct sha1_ctx *hash,