Re: Segmentation fault after RSA_check_key

2005-03-07 Thread Dr. Stephen Henson
On Mon, Mar 07, 2005, T. Quirin wrote: > Hi, > thank you Steve my verification function works now. But I want to check > the RSA key before I use it. If I run "if(RSA_check_key(r) != 1) return > -5;" I get a "Segmentation fault ". It works without this line. > > RSA_check_key() will only chec

Segmentation fault after RSA_check_key

2005-03-07 Thread T. Quirin
Hi, thank you Steve my verification function works now. But I want to check the RSA key before I use it. If I run "if(RSA_check_key(r) != 1) return -5;" I get a "Segmentation fault ". It works without this line. #include #include #include #include #include #include #include #include