summaryrefslogtreecommitdiff
path: root/rsa-md5-sign.c
diff options
context:
space:
mode:
Diffstat (limited to 'rsa-md5-sign.c')
-rw-r--r--rsa-md5-sign.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/rsa-md5-sign.c b/rsa-md5-sign.c
index 4bcaf717..710baa78 100644
--- a/rsa-md5-sign.c
+++ b/rsa-md5-sign.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>
-
void
rsa_md5_sign(const struct rsa_private_key *key,
struct md5_ctx *hash,