]> git.ipfire.org Git - thirdparty/hostap.git/commit
OpenSSL: Fix BN_rshift() argument order
authorAndrei Otcheretianski <andrei.otcheretianski@intel.com>
Wed, 30 Nov 2022 15:05:42 +0000 (17:05 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 30 Nov 2022 17:06:30 +0000 (19:06 +0200)
commit69725c4cf787cf2fce2199ab862ea6cc21d4dbb7
tree1b10d0a3d957931c3cc60879b307950bd8469274
parente9b4ad2364c68130c7618a88a171e29e0e15007e
OpenSSL: Fix BN_rshift() argument order

The arguments were swapped. Apparently all the calls to this function
use the same value for both input and output parameters, so it went
unnoticed. Fix it.

Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
src/crypto/crypto_openssl.c