CVSROOT:        /cvs
Module name:    src
Changes by:     t...@cvs.openbsd.org    2024/12/19 14:05:46

Modified files:
        lib/libcrypto/ec: ec_mult.c 

Log message:
ec_mult: use 1ULL to avoid C4334 warning on Visual Studio

The shift is between 0 and 5 bits, so it doesn't matter, but VS is short
for very st...ubborn as are its users when it comes to reporting non-issues

Reply via email to