RE: Destroying X509_CRL Object

2013-04-24 Thread Bin Lu
X509_CRL_free(). From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Shawn Webb Sent: Tuesday, April 23, 2013 11:29 AM To: openssl-users@openssl.org Subject: Destroying X509_CRL Object Hey All, I'm trying to figure out how to properly destroy an X50

Destroying X509_CRL Object

2013-04-23 Thread Shawn Webb
Hey All, I'm trying to figure out how to properly destroy an X509_CRL struct. I can't seem to figure out any API for it. Can someone point me in the right direction? I'm using PEM_read_X509_CRL to create the object. Thanks, Shawn