Skip to content
  • Brad King's avatar
    ExternalProject: Restore case-insensitive download hash check · 0ed885f7
    Brad King authored
    Refactoring in commit v3.6.0-rc1~47^2 (ExternalProject: Re-implement
    download logic as a dedicated script, 2016-05-19) accidentally made the
    download hash check case-sensitive.  The hash comparison is done in hex
    strings, so restore case-insensitive comparison since the case of the
    hex digits does not matter.
    
    Fixes: #16568
    0ed885f7