summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_const.c
AgeCommit message (Collapse)Author
2005-10-05Initialize bignum constants using BN_bin2bn() instead of BN_hex2bn(). ThisDr. Stephen Henson
saves a bit of space and avoids a compiler warning about string length.
2005-08-21add missing fileNils Larsch