GitHub user zwoop opened an issue:
https://github.com/apache/trafficserver/issues/1385
sslheaders plugin fails with OpenSSL v1.1.0d
```
CXX
experimental/sslheaders/experimental_sslheaders_libsslhdr_la-expand.lo
experimental/sslheaders/expand.cc: In function 'void
x509_expand_signature(X509*, BIO*)':
experimental/sslheaders/expand.cc:73:30: error: invalid use of incomplete
type 'X509 {aka struct x509_st}'
ASN1_BIT_STRING *sig = x509->signature;
^
In file included from experimental/sslheaders/expand.cc:19:0:
experimental/sslheaders/sslheaders.h:26:16: note: forward declaration of
'X509 {aka struct x509_st}'
typedef struct x509_st X509;
^
```
----
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---