CVSROOT: /cvs Module name: src Changes by: bc...@cvs.openbsd.org 2016/09/03 08:37:00
Modified files: lib/libcrypto/bn: bn_gf2m.c Log message: Avoid undefined-behavior right-shifting by a word-size # of bits. Found with STACK, originally from OpenSSL, ok @beck