Fixed a memory leak in the OSPPSecSetAuthorityCertificates method - since
OpenSSL keeps track of references, we must free reference count of X509
object before the original pointer goes out of scope. The object will
still be accessible from the X509_STORE.