[openssl-users] Trouble compiling in version 0.9.8h

Luiz Laranjeira luiz.laranjeira at gmail.com
Sun Dec 27 15:01:37 UTC 2015


I am getting the errors below. Anyone can help?

Line 282 of file pkcs7.h = DECLARE_ASN1_FUNCTIONS(PKCS7_ISSUER_AND_SERIAL)

1>------ Build started: Project: OpenSSL, Configuration: Debug Win32 ------
1>  tls_srp.c
1>c:\users\luiz\dropbox\luiz\profissional\...\include\openssl\pkcs7.h(282):
error C2055: expected formal parameter list, not a type list
1>c:\users\luiz\dropbox\luiz\profissional\...\include\openssl\pkcs7.h(282):
error C2085: 'PKCS7_ISSUER_AND_SERIAL_new' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\...\include\openssl\pkcs7.h(282):
error C2085: 'PKCS7_ISSUER_AND_SERIAL_free' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\...\include\openssl\pkcs7.h(282):
error C2085: 'd2i_PKCS7_ISSUER_AND_SERIAL' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\...\include\openssl\pkcs7.h(282):
error C2085: 'i2d_PKCS7_ISSUER_AND_SERIAL' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\...\include\openssl\pkcs7.h(282):
error C2085: 'PKCS7_ISSUER_AND_SERIAL_it' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\...\include\openssl\pkcs7.h(286):
error C2085: 'PKCS7_ISSUER_AND_SERIAL_digest' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\...\include\openssl\pkcs7.h(288):
error C2085: 'd2i_PKCS7_fp' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\...\include\openssl\pkcs7.h(289):
error C2085: 'i2d_PKCS7_fp' : not in formal parameter list

......

1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(291):
error C2085: 'PKCS7_dup' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(292):
error C2085: 'd2i_PKCS7_bio' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(293):
error C2085: 'i2d_PKCS7_bio' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(296):
error C2085: 'PKCS7_SIGNER_INFO_new' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(296):
error C2085: 'PKCS7_SIGNER_INFO_free' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(296):
error C2085: 'd2i_PKCS7_SIGNER_INFO' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(296):
error C2085: 'i2d_PKCS7_SIGNER_INFO' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(296):
error C2085: 'PKCS7_SIGNER_INFO_it' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(297):
error C2085: 'PKCS7_RECIP_INFO_new' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(297):
error C2085: 'PKCS7_RECIP_INFO_free' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(297):
error C2085: 'd2i_PKCS7_RECIP_INFO' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(297):
error C2085: 'i2d_PKCS7_RECIP_INFO' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(297):
error C2085: 'PKCS7_RECIP_INFO_it' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(298):
error C2085: 'PKCS7_SIGNED_new' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(298):
error C2085: 'PKCS7_SIGNED_free' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(298):
error C2085: 'd2i_PKCS7_SIGNED' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(298):
error C2085: 'i2d_PKCS7_SIGNED' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(298):
error C2085: 'PKCS7_SIGNED_it' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(299):
error C2085: 'PKCS7_ENC_CONTENT_new' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(299):
error C2085: 'PKCS7_ENC_CONTENT_free' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(299):
error C2085: 'd2i_PKCS7_ENC_CONTENT' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(299):
error C2085: 'i2d_PKCS7_ENC_CONTENT' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(299):
error C2085: 'PKCS7_ENC_CONTENT_it' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(300):
error C2085: 'PKCS7_ENVELOPE_new' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(300):
error C2085: 'PKCS7_ENVELOPE_free' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(300):
error C2085: 'd2i_PKCS7_ENVELOPE' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(300):
error C2085: 'i2d_PKCS7_ENVELOPE' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(300):
error C2085: 'PKCS7_ENVELOPE_it' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(301):
error C2085: 'PKCS7_SIGN_ENVELOPE_new' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(301):
error C2085: 'PKCS7_SIGN_ENVELOPE_free' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(301):
error C2085: 'd2i_PKCS7_SIGN_ENVELOPE' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(301):
error C2085: 'i2d_PKCS7_SIGN_ENVELOPE' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(301):
error C2085: 'PKCS7_SIGN_ENVELOPE_it' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(302):
error C2085: 'PKCS7_DIGEST_new' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(302):
error C2085: 'PKCS7_DIGEST_free' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(302):
error C2085: 'd2i_PKCS7_DIGEST' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(302):
error C2085: 'i2d_PKCS7_DIGEST' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(302):
error C2085: 'PKCS7_DIGEST_it' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(303):
error C2085: 'PKCS7_ENCRYPT_new' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(303):
error C2085: 'PKCS7_ENCRYPT_free' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(303):
error C2085: 'd2i_PKCS7_ENCRYPT' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(303):
error C2085: 'i2d_PKCS7_ENCRYPT' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(303):
error C2085: 'PKCS7_ENCRYPT_it' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(304):
error C2085: 'PKCS7_new' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(304):
error C2085: 'PKCS7_free' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(304):
error C2085: 'd2i_PKCS7' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(304):
error C2085: 'i2d_PKCS7' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(304):
error C2085: 'PKCS7_it' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(306):
error C2085: 'PKCS7_ATTR_SIGN_it' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(307):
error C2085: 'PKCS7_ATTR_VERIFY_it' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(309):
error C2085: 'i2d_PKCS7_NDEF' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(311):
error C2085: 'PKCS7_ctrl' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(313):
error C2085: 'PKCS7_set_type' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(314):
error C2085: 'PKCS7_set0_type_other' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(315):
error C2085: 'PKCS7_set_content' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(317):
error C2085: 'PKCS7_SIGNER_INFO_set' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(318):
error C2085: 'PKCS7_add_signer' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(319):
error C2085: 'PKCS7_add_certificate' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(320):
error C2085: 'PKCS7_add_crl' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(321):
error C2085: 'PKCS7_content_new' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(323):
error C2085: 'PKCS7_dataVerify' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(325):
error C2085: 'PKCS7_signatureVerify' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(327):
error C2085: 'PKCS7_dataInit' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(328):
error C2085: 'PKCS7_dataFinal' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(329):
error C2085: 'PKCS7_dataDecode' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(333):
error C2085: 'PKCS7_add_signature' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(334):
error C2085: 'PKCS7_cert_from_signer_info' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(335):
error C2085: 'PKCS7_set_digest' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(336):
error C2085: 'PKCS7_get_signer_info' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(338):
error C2085: 'PKCS7_add_recipient' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(339):
error C2085: 'PKCS7_add_recipient_info' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(340):
error C2085: 'PKCS7_RECIP_INFO_set' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(341):
error C2085: 'PKCS7_set_cipher' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(343):
error C2085: 'PKCS7_get_issuer_and_serial' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(344):
error C2085: 'PKCS7_digest_from_attributes' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(346):
error C2085: 'PKCS7_add_signed_attribute' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(348):
error C2085: 'PKCS7_add_attribute' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(349):
error C2085: 'PKCS7_get_attribute' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(350):
error C2085: 'PKCS7_get_signed_attribute' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(352):
error C2085: 'PKCS7_set_signed_attributes' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(353):
error C2085: 'PKCS7_set_attributes' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(357):
error C2085: 'PKCS7_sign' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(359):
error C2085: 'PKCS7_verify' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(360):
error C2085: 'PKCS7_get0_signers' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(362):
error C2085: 'PKCS7_encrypt' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(363):
error C2085: 'PKCS7_decrypt' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(366):
error C2085: 'PKCS7_add_attrib_smimecap' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(367):
error C2085: 'PKCS7_get_smimecap' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(368):
error C2085: 'PKCS7_simple_smimecap' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(370):
error C2085: 'SMIME_write_PKCS7' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(371):
error C2085: 'SMIME_read_PKCS7' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(372):
error C2085: 'SMIME_crlf_copy' : not in formal parameter list
1>c:\users\luiz\dropbox\luiz\profissional\projetos\sadap3-assinaturadigital-iti\development\pdfsignature\openssl\include\openssl\pkcs7.h(372):
fatal error C1003: error count exceeds 100; stopping compilation



On Sun, Dec 27, 2015 at 12:41 AM, David Boulding <davidboulding at hotmail.com>
wrote:

> v1.1.0-pre1 on linux
>
>
> (1) Compiling with "no-threads " gives error on lines 173 and 379
> in async.c.
>
> possible cause: async_fibre_makecontext() function
>
> async_posix.h @ line 57: #if defined(OPENSSL_SYS_UNIX) &&
> defined(OPENSSL_THREADS)
>
> seems threads is required?
>
>
>
> (2) Compiling with no-psk and no-srp gives error on line 1692 in
> statem_clnt.c
>
> possible cause: with no-psk and no-srp nop'd out by #ifndef's above, line
> 1692 starts with "else if" instead of "if"
>
>
>
> Neither of these errors occurred in 1.0.2e.
>
> _______________________________________________
> openssl-users mailing list
> To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-users/attachments/20151227/78a1bfd0/attachment-0001.html>


More information about the openssl-users mailing list