summaryrefslogtreecommitdiff
path: root/sexp2rsa.c
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2007-05-14 16:43:30 +0200
committerNiels Möller <nisse@lysator.liu.se>2007-05-14 16:43:30 +0200
commit9ce9c53e9be2a815192a54a17ce191c5f3539883 (patch)
treed8978b6a75204c60463306760795f82bf02c5066 /sexp2rsa.c
parent274df193f8927bf6a264e15452030a02e0d2f868 (diff)
downloadnettle-9ce9c53e9be2a815192a54a17ce191c5f3539883.tar.gz
Don't use WITH_PUBLIC_KEY / WITH_HOGWEED, then Makefile sorts out
which files should be compiled. Rev: nettle/der2rsa.c:1.2 Rev: nettle/dsa-keygen.c:1.2 Rev: nettle/dsa-sign.c:1.2 Rev: nettle/dsa-verify.c:1.2 Rev: nettle/dsa.c:1.2 Rev: nettle/pkcs1-rsa-md5.c:1.2 Rev: nettle/pkcs1-rsa-sha1.c:1.2 Rev: nettle/pkcs1-rsa-sha256.c:1.2 Rev: nettle/pkcs1.c:1.2 Rev: nettle/rsa-compat.c:1.2 Rev: nettle/rsa-decrypt.c:1.2 Rev: nettle/rsa-encrypt.c:1.2 Rev: nettle/rsa-keygen.c:1.2 Rev: nettle/rsa-md5-sign.c:1.2 Rev: nettle/rsa-md5-verify.c:1.2 Rev: nettle/rsa-sha1-sign.c:1.2 Rev: nettle/rsa-sha1-verify.c:1.2 Rev: nettle/rsa-sha256-sign.c:1.2 Rev: nettle/rsa-sha256-verify.c:1.2 Rev: nettle/rsa-sign.c:1.2 Rev: nettle/rsa-verify.c:1.2 Rev: nettle/rsa.c:1.2 Rev: nettle/rsa2openpgp.c:1.2 Rev: nettle/rsa2sexp.c:1.2 Rev: nettle/sexp2dsa.c:1.2 Rev: nettle/sexp2rsa.c:1.2
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 */