X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=openssl.c;h=f696cd9e83606bc4e6bdd89d666f0885575f1d9f;hb=1065059dac18aa6bf2f86c22b64543b98bc8e968;hp=409807993d405a000fbf50f8a83b6638de6dd700;hpb=c2ec86357f3bab152b1aad62cb11a07af023ce50;p=paraslash.git diff --git a/openssl.c b/openssl.c index 40980799..f696cd9e 100644 --- a/openssl.c +++ b/openssl.c @@ -216,11 +216,11 @@ static int read_openssh_private_key(const unsigned char *blob, rsa->n = n; rsa->e = e; rsa->d = d; + rsa->iqmp = iqmp; rsa->p = p; rsa->q = q; rsa->dmp1 = dmp1; rsa->dmq1 = dmq1; - rsa->iqmp = iqmp; #endif *result = rsa; ret = 1;