The Apache mod_csr module for httpd

Build: #60 failed Changes by Graham Leggett

Logs

The following logs have been generated by the jobs in this plan.
  • Expand all
  • Collapse all
Job Logs
Collapse Build Job - CentOS7 Default Stage Download or View
05-Jan-2020 01:08:28                 ^
05-Jan-2020 01:08:28 In file included from ./mod_csr.c:57:0:
05-Jan-2020 01:08:28 ./openssl_setter_compat.h: In function 'X509_REQ_set1_signature':
05-Jan-2020 01:08:28 ./openssl_setter_compat.h:61:21: error: request for member 'algorithm' in something not a structure or union
05-Jan-2020 01:08:28      if (req->sig_alg.algorithm)
05-Jan-2020 01:08:28                      ^
05-Jan-2020 01:08:28 ./openssl_setter_compat.h:62:38: error: request for member 'algorithm' in something not a structure or union
05-Jan-2020 01:08:28          ASN1_OBJECT_free(req->sig_alg.algorithm);
05-Jan-2020 01:08:28                                       ^
05-Jan-2020 01:08:28 ./openssl_setter_compat.h:63:21: error: request for member 'parameter' in something not a structure or union
05-Jan-2020 01:08:28      if (req->sig_alg.parameter)
05-Jan-2020 01:08:28                      ^
05-Jan-2020 01:08:28 ./openssl_setter_compat.h:64:36: error: request for member 'parameter' in something not a structure or union
05-Jan-2020 01:08:28          ASN1_TYPE_free(req->sig_alg.parameter);
05-Jan-2020 01:08:28                                     ^
05-Jan-2020 01:08:28 ./openssl_setter_compat.h:65:18: error: incompatible types when assigning to type 'struct X509_ALGOR *' from type 'X509_ALGOR'
05-Jan-2020 01:08:28      req->sig_alg = *palg;
05-Jan-2020 01:08:28                   ^
05-Jan-2020 01:08:28 ./mod_csr.c: At top level:
05-Jan-2020 01:08:28 ./openssl_setter_compat.h:59:13: warning: 'X509_REQ_set1_signature' defined but not used [-Wunused-function]
05-Jan-2020 01:08:28 static void X509_REQ_set1_signature(X509_REQ *req, X509_ALGOR *palg)
05-Jan-2020 01:08:28              ^
05-Jan-2020 01:08:28 apxs:Error: Command failed with rc=65536
05-Jan-2020 01:08:28 .
05-Jan-2020 01:08:28 make: *** [all-local] Error 1