From: Ulf Möller Date: Thu, 1 Jun 2000 14:24:59 +0000 (+0000) Subject: Bug fix for 64 bit HP-UX. X-Git-Tag: OpenSSL-engine-0_9_6-beta1~66^2~4 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=db82b8f9bd432a59aea8e1014694e15fc457c2bb Bug fix for 64 bit HP-UX. Submitted by: Karsten Spang --- diff --git a/crypto/rsa/rsa_gen.c b/crypto/rsa/rsa_gen.c index 95e636d3f0..00c25adbc5 100644 --- a/crypto/rsa/rsa_gen.c +++ b/crypto/rsa/rsa_gen.c @@ -95,7 +95,7 @@ RSA *RSA_generate_key(int bits, unsigned long e_value, * unsigned long can be larger */ for (i=0; ie,i); } #else