summaryrefslogtreecommitdiff
path: root/sexp2rsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'sexp2rsa.c')
-rw-r--r--sexp2rsa.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sexp2rsa.c b/sexp2rsa.c
index 9416ba98..e3faf68c 100644
--- a/sexp2rsa.c
+++ b/sexp2rsa.c
@@ -26,8 +26,6 @@
# include "config.h"
#endif
-#if WITH_PUBLIC_KEY
-
#include <string.h>
#include "rsa.h"
@@ -108,5 +106,3 @@ rsa_keypair_from_sexp(struct rsa_public_key *pub,
return rsa_keypair_from_sexp_alist(pub, priv, limit, &i);
}
-
-#endif /* WITH_PUBLIC_KEY */