CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2021/09/11 02:45:47
Modified files: lib/libcrypto/man: BN_bn2bin.3 Log message: Merge documentation for BN_bn2binpad(3), BN_bn2lebinpad(3), and BN_lebin2bn(3) from the OpenSSL 1.1.1 branch, which is still under a free license. While here, tweak a number of details for clarity. OK tb@