maskit commented on PR #13584:
URL: https://github.com/apache/trafficserver/pull/13584#issuecomment-5443207183
```
../src/api/InkAPI.cc:8354:32: error: no matching function for call to
'X509_NAME_get_index_by_NID'
const int pos = X509_NAME_get_index_by_NID(subject,
NID_commonName, -1);
^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/openssl/x509.h:810:5: note: candidate function not viable: 1st
argument ('const X509_NAME *' (aka 'const X509_name_st *')) would lose const
qualifier
int X509_NAME_get_index_by_NID(X509_NAME *name, int nid, int lastpos);
^
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]