[openssl-users] Warnings Compiling openssl 1.0.2d

Viktor Dukhovni openssl-users at dukhovni.org
Thu Jul 9 15:22:36 UTC 2015


On Thu, Jul 09, 2015 at 09:47:00AM -0500, Tom Browder wrote:

> I get the following warnings from compiling the latest openssl with gcc 4.7.2:
> 
> ecp_nistp224.c: In function 'batch_mul':
> ecp_nistp224.c:1105:29: warning: array subscript is above array bounds
> [-Warray-bounds]

In my copy of 1.0.2d, line 1105 of that file is in select_point(),
not batch_mul().  Are you sure you're compiling the right code?

-- 
	Viktor.


More information about the openssl-users mailing list