Getting aborted in RSA_free()

2007-04-25 Thread Subramaniam
hi My program is exiting abnormally because of RSA_free(rsa); I have checked rsa for NULL... Please help me. -- with regards Subramanaim Engineer Software SCM Microsytems (INDIA) Pvt. Ltd.

RE: Getting aborted in RSA_free()

2007-04-25 Thread David Schwartz
My program is exiting abnormally because of RSA_free(rsa); The two most common explanations are: 1) You are freeing a structure that has already been freed. This could either be because you didn't have a reference to it when you thought you did or because you freed a larger structure that