Home
last modified time | relevance | path

Searched refs:bnstr (Results 1 – 1 of 1) sorted by relevance

/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_utl.c163 char *bnstr, *hex; in bn_to_string() local
170 if ((hex = bnstr = BN_bn2hex(bn)) == NULL) in bn_to_string()
182 free(bnstr); in bn_to_string()