X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fbn%2Fbn.h;h=0a9aa78d8bc3da41a4f822bcf4042e25488626bd;hp=8a7d3c0a911bd7c70a29f380b8d4f84d80c26bb5;hb=54d853ebc380d06502bbb517a7ce116af52c123c;hpb=f5cda4cbb17c908ceef33f4f52d94e8e04b7c1ab;ds=sidebyside diff --git a/crypto/bn/bn.h b/crypto/bn/bn.h index 8a7d3c0a91..0a9aa78d8b 100644 --- a/crypto/bn/bn.h +++ b/crypto/bn/bn.h @@ -447,6 +447,7 @@ char * BN_bn2hex(const BIGNUM *a); char * BN_bn2dec(const BIGNUM *a); int BN_hex2bn(BIGNUM **a, const char *str); int BN_dec2bn(BIGNUM **a, const char *str); +int BN_asc2bn(BIGNUM **a, const char *str); int BN_gcd(BIGNUM *r,const BIGNUM *a,const BIGNUM *b,BN_CTX *ctx); int BN_kronecker(const BIGNUM *a,const BIGNUM *b,BN_CTX *ctx); /* returns -2 for error */ BIGNUM *BN_mod_inverse(BIGNUM *ret,