summaryrefslogtreecommitdiff
path: root/rsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'rsa.h')
-rw-r--r--rsa.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/rsa.h b/rsa.h
index 295abc31..23ee7a7e 100644
--- a/rsa.h
+++ b/rsa.h
@@ -47,11 +47,8 @@ struct rsa_public_key
struct rsa_private_key
{
- struct rsa_public_key pub;
+ unsigned size;
- /* Secret exponent */
- mpz_t d;
-
/* The two factors */
mpz_t p; mpz_t q;