[openssl-users] openssl 1.1.0-pre5 errors with --api=1.0.0
Carl Byington
carl at five-ten-sg.com
Sun Jun 26 23:00:00 UTC 2016
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
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
Do you want comments like this on this -users list, or the -dev list?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (GNU/Linux)
iEYEAREKAAYFAldwXmQACgkQL6j7milTFsGZfACfaF8qd4RHMtkIdYVbDRPdLu6O
pTwAoIZXLkw/WkzGsQVMFRofI/NUSCZN
=LxJp
-----END PGP SIGNATURE-----
More information about the openssl-users
mailing list