asdaraujo commented on a change in pull request #666: MINIFICPP-1070 - Fixed
handling of PKCS12 certificates
URL: https://github.com/apache/nifi-minifi-cpp/pull/666#discussion_r337859851
##########
File path: libminifi/src/controllers/SSLContextService.cpp
##########
@@ -80,7 +82,16 @@ bool SSLContextService::configure_ssl_context(SSL_CTX *ctx)
{
X509_free(cert);
Review comment:
Changed the code to use scope guards.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services