Skip to content
  • Timothy B. Terriberry's avatar
    Clean up some type usage. · 8fcde379
    Timothy B. Terriberry authored
    ec_byte_read() ec_byte_read_from_end() had different return types.
    ec_dec_bits() was storing its return value as int instead of
     ec_uint32, which will break if int is only 16 bits.
    8fcde379