Changes between Initial Version and Version 3 of Ticket #45675
- Timestamp:
- Oct 29, 2014, 2:49:43 AM (10 years ago)
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
tocryptlib fails to build on 10.10 with XCode 6.1
-
Ticket #45675 – Description
initial v3 1 1 Getting errors like this: 2 2 {{{ 3 3 :info:build bn/bn_asm.c:734:2: error: integer constant is larger than the largest unsigned integer type 4 4 :info:build sqr_add_c2(a,1,0,c2,c3,c1); 5 5 :info:build ^ 6 }}} 6 7 7 8 And lots of warnings like this: 8 9 {{{ 9 10 info:build bn/bn_asm.cbn/bn_asm.c::8888::33:: warning: warning: shift count >= width of type [-Wshift-count-overflow] 10 11 :info:build mul_add(rp[0],ap[0],w,c1); … … 19 20 :info:build #define Hw(t) (((BN_ULONG)((t)>>BN_BITS2))&BN_MASK2) 20 21 :info:build ^ ~~~~~~~~ 22 }}} 21 23 22 24 Full log is attached.