Skip to content
  • Thiago Macieira's avatar
    Fix Botan compilation with ICC · 969274a2
    Thiago Macieira authored
    
    
    The __cpuid intrinsic takes int* pointers like MSVC above, not uint*.
    
    botan.cpp(46265): error: argument of type "Botan::u32bit={unsigned int} *" is incompatible with parameter of type "int *"
    
    (whoever thought that a file should have 46k lines needs to have their
    brains examined)
    
    Change-Id: I5128849c354e351ba771215b3290f3af8ba98987
    Reviewed-by: default avatarOrgad Shaneh <orgads@gmail.com>
    969274a2