summaryrefslogtreecommitdiff
path: root/rsa-keygen.c
diff options
context:
space:
mode:
Diffstat (limited to 'rsa-keygen.c')
-rw-r--r--rsa-keygen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rsa-keygen.c b/rsa-keygen.c
index 4305c0a8..a6434223 100644
--- a/rsa-keygen.c
+++ b/rsa-keygen.c
@@ -27,7 +27,7 @@
#include "config.h"
#endif
-#if HAVE_LIBGMP
+#if WITH_PUBLIC_KEY
#include "rsa.h"
#include "bignum.h"
@@ -350,4 +350,4 @@ rsa_generate_keypair(struct rsa_public_key *pub,
return 1;
}
-#endif /* HAVE_LIBGMP */
+#endif /* WITH_PUBLIC_KEY */