summaryrefslogtreecommitdiff
path: root/rsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'rsa.c')
-rw-r--r--rsa.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/rsa.c b/rsa.c
index 1e1ffb8c..9fd77c92 100644
--- a/rsa.c
+++ b/rsa.c
@@ -24,7 +24,7 @@
*/
#if HAVE_CONFIG_H
-#include "config.h"
+# include "config.h"
#endif
#if WITH_PUBLIC_KEY
@@ -33,10 +33,6 @@
#include "bignum.h"
-/* FIXME: Perhaps we should split this into several functions, so that
- * one can link in the signature functions without also getting the
- * verify functions. */
-
void
rsa_public_key_init(struct rsa_public_key *key)
{