Remove duplicate X509_OBJECT free function.
authorDavid Benjamin <davidben@google.com>
Tue, 21 Mar 2017 04:27:35 +0000 (00:27 -0400)
committerMatt Caswell <matt@openssl.org>
Tue, 21 Mar 2017 10:17:19 +0000 (10:17 +0000)
commitb6ef12c4baa3a2c1ff0e3ac71270588dfcfe8cbd
tree9003e8a29f7575c18caaf87f9ad48cf4f1cceea4
parent1763ab10291eec361d8e56519582d710158e1e8e
Remove duplicate X509_OBJECT free function.

These two functions do the same thing.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3001)
crypto/x509/x509_lu.c