Changes between Initial Version and Version 3 of Ticket #45675


Ignore:
Timestamp:
Oct 29, 2014, 2:49:43 AM (9 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45675

    • Property Port cryptlib added
    • Property Summary changed from Crypt lib fails to build on 10.10 with XCode 6.1 to cryptlib fails to build on 10.10 with XCode 6.1
  • Ticket #45675 – Description

    initial v3  
    11Getting errors like this:
    2 
     2{{{
    33:info:build bn/bn_asm.c:734:2: error: integer constant is larger than the largest unsigned integer type
    44:info:build         sqr_add_c2(a,1,0,c2,c3,c1);
    55:info:build         ^
     6}}}
    67
    78And lots of warnings like this:
    8 
     9{{{
    910info:build bn/bn_asm.cbn/bn_asm.c::8888::33::  warning: warning: shift count >= width of type [-Wshift-count-overflow]
    1011:info:build                 mul_add(rp[0],ap[0],w,c1);
     
    1920:info:build #define Hw(t)    (((BN_ULONG)((t)>>BN_BITS2))&BN_MASK2)
    2021:info:build                                  ^ ~~~~~~~~
     22}}}
    2123
    2224Full log is attached.