Initialize bignum constants using BN_bin2bn() instead of BN_hex2bn(). This
authorDr. Stephen Henson <steve@openssl.org>
Wed, 5 Oct 2005 17:51:43 +0000 (17:51 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 5 Oct 2005 17:51:43 +0000 (17:51 +0000)
commit40a3c1230543c39d03a06e7b00e726313f9dd262
tree6f795b7729a1e5572f60bb07d9ed5963c4971a13
parent3001a770ed85bc32d60cefb4ba67f9bdcb51249f
Initialize bignum constants using BN_bin2bn() instead of BN_hex2bn(). This
saves a bit of space and avoids a compiler warning about string length.
crypto/bn/bn.h
crypto/bn/bn_const.c