edvanleeuwen
Verified User
- Joined
- Nov 18, 2013
- Messages
- 148
I having problems building s-nail 14.9.16. The previous version compiled properly.
Messages:
Version:
OpenSSL 1.0.2k-fips 26 Jan 2017
What am I doing wrong?
Messages:
Code:
In file included from /usr/include/openssl/x509.h:582:0,
from /usr/include/openssl/pem.h:70,
from /usr/local/directadmin/custombuild/s-nail-14.9.16/src/mx/xtls.c:58:
/usr/include/openssl/pkcs7.h:348:17: note: expected 'struct stack_st_X509 *' but argument is of type 'int *'
STACK_OF(X509) *PKCS7_get0_signers(PKCS7 *p7, STACK_OF(X509) *certs,
^
/usr/local/directadmin/custombuild/s-nail-14.9.16/src/mx/xtls.c:2611:10: warning: assignment from incompatible pointer type [enabled by default]
certs = PKCS7_get0_signers(pkcs7, chain, 0);
^
Version:
OpenSSL 1.0.2k-fips 26 Jan 2017
What am I doing wrong?