[openssl-users] openssl 1.1.0-pre5 errors with --api=1.0.0

Matt Caswell matt at openssl.org
Mon Jun 27 10:56:35 UTC 2016



On 27/06/16 00:00, Carl Byington wrote:
> Compiling openssl 1.1.0-pre5 with:
> 
> ./Configure --api=1.0.0 --prefix=/usr/local
> --openssldir=/usr/etc/pki/tls enable-ec_nistp_64_gcc_128 zlib sctp
> enable-camellia enable-seed enable-rfc3779 enable-cms enable-md2 no-mdc2
> no-rc5 no-ec2m no-gost no-srp enable-deprecated shared linux-x86_64
> 
> produces errors, including
> 
> crypto/evp/e_idea.c: In function 'idea_ecb_cipher':
> crypto/evp/e_idea.c:85: warning: implicit declaration of function
> 'idea_ecb_encrypt'
> 
> That seems to be caused by 0x00101000L rather than 0x10100000L testing
> the api level.
> 
> 
> grep -rl COMPAT.*0x00101000L openssl-1.1.0-pre5
> 
> openssl-1.1.0-pre5/include/openssl/x509v3.h
> openssl-1.1.0-pre5/include/openssl/idea.h
> openssl-1.1.0-pre5/include/openssl/bn.h
> 
> The current master on github also has an instance of that in
> crypto/rand/rand_win.c


This should now be fixed in the latest master.

Matt


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://mta.openssl.org/pipermail/openssl-users/attachments/20160627/d15335d0/attachment.sig>


More information about the openssl-users mailing list