Github user achristianson commented on a diff in the pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/131#discussion_r134803404
  
    --- Diff: thirdparty/civetweb-1.9.1/src/civetweb.c ---
    @@ -11856,7 +11859,24 @@ ssl_get_client_cert_info(struct mg_connection 
*conn)
     
                /* Calculate SHA1 fingerprint and store as a hex string */
                ulen = 0;
    -           ASN1_digest((int (*)())i2d_X509, digest, (char *)cert, buf, 
&ulen);
    +
    +           /* ASN1_digest is deprecated. Do the calculation manually,
    --- End diff --
    
    
https://github.com/civetweb/civetweb/commit/fb9ef36bb295cf489aecd79c8bb9c6eac11e896e
 is where it comes from.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to