still failing ``` root@57ff6dd0f34b:/code# make modules modules=modules/auth_identity/ CC (gcc) [M auth_identity.so] auth_http.o CC (gcc) [M auth_identity.so] auth_hdrs.o CC (gcc) [M auth_identity.so] auth_tables.o CC (gcc) [M auth_identity.so] auth_identity.o CC (gcc) [M auth_identity.so] auth_crypt.o auth_crypt.c: In function 'verify_x509': auth_crypt.c:164:17: error: storage size of 'ca_ctx' isn't known X509_STORE_CTX ca_ctx; ^ auth_crypt.c:164:17: warning: unused variable 'ca_ctx' [-Wunused-variable] ../../Makefile.rules:97: recipe for target 'auth_crypt.o' failed make[1]: *** [auth_crypt.o] Error 1 Makefile:511: recipe for target 'modules' failed make: *** [modules] Error 1 ```
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/685#issuecomment-229324333