[openssl-dev] [openssl.org #4210] Compiler warning for Sparc T4 DES opcodes

Andy Polyakov via RT rt at openssl.org
Sat Feb 13 09:51:28 UTC 2016


> OpenSSL 1.1.0 Pre 1
> Platform: Sparc Solaris 10
> Compiler: GCC 4.9.3
> 
> Warnings:
> 
> e_des.c: In function 'des_init_key':
> e_des.c:239:29: warning: assignment from incompatible pointer type
>               dat->stream.cbc = enc ? des_t4_cbc_encrypt : 
> des_t4_cbc_decrypt;
>                               ^
> e_des3.c: In function 'des_ede_init_key':
> e_des3.c:266:29: warning: assignment from incompatible pointer type
>               dat->stream.cbc = enc ? des_t4_ede3_cbc_encrypt :
>                               ^
> e_des3.c: In function 'des_ede3_init_key':
> e_des3.c:293:29: warning: assignment from incompatible pointer type
>               dat->stream.cbc = enc ? des_t4_ede3_cbc_encrypt :

Addressed in
http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=7687f5255011a5a3ca75e8c5427683d58ae411c0
(and there is 1.0.2-specific too). Closing the ticket. Thanks.



-- 
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4210
Please log in as guest with password guest if prompted



More information about the openssl-dev mailing list