The Apache mod_scep module for httpd

Build: #63 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:47:30 struct X509_req_st {
05-Jan-2020 01:47:30         ^
05-Jan-2020 01:47:30 In file included from /usr/include/openssl/pem.h:70:0,
05-Jan-2020 01:47:30                  from ./mod_scep.c:36:
05-Jan-2020 01:47:30 /usr/include/openssl/x509.h:235:16: note: originally defined here
05-Jan-2020 01:47:30 typedef struct X509_req_st {
05-Jan-2020 01:47:30                 ^
05-Jan-2020 01:47:30 In file included from ./mod_scep.c:64:0:
05-Jan-2020 01:47:30 ./openssl_setter_compat.h:51:5: error: unknown type name 'CRYPTO_REF_COUNT'
05-Jan-2020 01:47:30      CRYPTO_REF_COUNT references;
05-Jan-2020 01:47:30      ^
05-Jan-2020 01:47:30 ./openssl_setter_compat.h:52:5: error: unknown type name 'CRYPTO_RWLOCK'
05-Jan-2020 01:47:30      CRYPTO_RWLOCK *lock;
05-Jan-2020 01:47:30      ^
05-Jan-2020 01:47:30 ./openssl_setter_compat.h: In function 'X509_REQ_set1_signature':
05-Jan-2020 01:47:30 ./openssl_setter_compat.h:65:18: error: incompatible types when assigning to type 'struct X509_ALGOR *' from type 'X509_ALGOR'
05-Jan-2020 01:47:30      req->sig_alg = *palg;
05-Jan-2020 01:47:30                   ^
05-Jan-2020 01:47:30 ./mod_scep.c: At top level:
05-Jan-2020 01:47:30 ./openssl_setter_compat.h:59:13: warning: 'X509_REQ_set1_signature' defined but not used [-Wunused-function]
05-Jan-2020 01:47:30 static void X509_REQ_set1_signature(X509_REQ *req, X509_ALGOR *palg)
05-Jan-2020 01:47:30              ^
05-Jan-2020 01:47:30 apxs:Error: Command failed with rc=65536
05-Jan-2020 01:47:30 .
05-Jan-2020 01:47:30 make: *** [all-local] Error 1