Subtract word w from BIGNUM a in place: a := a - w.
w
a
Declared in <openssl/bn.h>
<openssl/bn.h>
int BN_sub_word( BIGNUM* a, unsigned long w);
1 on success, or 0 on error.