The Apache mod_csr module for httpd

Build: #58 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 00:57:03      CRYPTO_RWLOCK *lock;
05-Jan-2020 00:57:03      ^
05-Jan-2020 00:57:03 ./openssl_setter_compat.h: In function 'X509_REQ_set1_signature':
05-Jan-2020 00:57:03 ./openssl_setter_compat.h:61:21: error: request for member 'algorithm' in something not a structure or union
05-Jan-2020 00:57:03      if (req->sig_alg.algorithm)
05-Jan-2020 00:57:03                      ^
05-Jan-2020 00:57:03 ./openssl_setter_compat.h:62:38: error: request for member 'algorithm' in something not a structure or union
05-Jan-2020 00:57:03          ASN1_OBJECT_free(req->sig_alg.algorithm);
05-Jan-2020 00:57:03                                       ^
05-Jan-2020 00:57:03 ./openssl_setter_compat.h:63:21: error: request for member 'parameter' in something not a structure or union
05-Jan-2020 00:57:03      if (req->sig_alg.parameter)
05-Jan-2020 00:57:03                      ^
05-Jan-2020 00:57:03 ./openssl_setter_compat.h:64:36: error: request for member 'parameter' in something not a structure or union
05-Jan-2020 00:57:03          ASN1_TYPE_free(req->sig_alg.parameter);
05-Jan-2020 00:57:03                                     ^
05-Jan-2020 00:57:03 ./openssl_setter_compat.h:65:18: error: incompatible types when assigning to type 'struct X509_ALGOR *' from type 'X509_ALGOR'
05-Jan-2020 00:57:03      req->sig_alg = *palg;
05-Jan-2020 00:57:03                   ^
05-Jan-2020 00:57:03 ./mod_csr.c: At top level:
05-Jan-2020 00:57:03 ./openssl_setter_compat.h:59:13: warning: 'X509_REQ_set1_signature' defined but not used [-Wunused-function]
05-Jan-2020 00:57:03 static void X509_REQ_set1_signature(X509_REQ *req, X509_ALGOR *palg)
05-Jan-2020 00:57:03              ^
05-Jan-2020 00:57:03 apxs:Error: Command failed with rc=65536
05-Jan-2020 00:57:03 .
05-Jan-2020 00:57:03 make: *** [all-local] Error 1