• Kenny Root's avatar
    Convert calls to BIO_free to BIO_free_all · 19fdf1af
    Kenny Root authored
    If we have a chain of BIO, we want to free the entire chain. Otherwise,
    we might accidentally leave references sitting around. This shouldn't
    matter for our current use-case, but might help in the future.
    
    Change-Id: I586937629e1e4f2e80b5feefe2f49a85e8a31d31
    19fdf1af
OpenSSLX509Certificate.java 16.5 KB