First of all, I'm not sure this is a specific platform error. I'm using openssl library to generate big prime number and private/public keys. It ran fine when prime number is relatively small (128 bits), but I can't compile and got an error when the prime number was getting bigger (256, 512 bits). First of all, I'm not sure this is a specific p