Correctly describe BN_get_word(3) and BN_set_word(3).
authorschwarze <schwarze@openbsd.org>
Tue, 13 Feb 2018 02:39:29 +0000 (02:39 +0000)
committerschwarze <schwarze@openbsd.org>
Tue, 13 Feb 2018 02:39:29 +0000 (02:39 +0000)
commit051ddd90a1e4f29d69d7e618aa1fe7db6ffd3b26
tree767860e5155d9735db581c09dd9a6097ca169b95
parent8dbdfc6460eb4f972333fa7e3feee2c514685b75
Correctly describe BN_get_word(3) and BN_set_word(3).
These functions constitute an obvious portability nightmare,
but that's no excuse for incorrect documentation.

Pointed out by Nicolas Schodet
via OpenSSL commit b713c4ff Jan 22 14:41:09 2018 -0500.
lib/libcrypto/man/BN_zero.3