CVSROOT:        /cvs
Module name:    src
Changes by:     t...@cvs.openbsd.org    2023/04/10 07:57:32

Modified files:
        regress/lib/libcrypto/bn: bn_to_string.c 

Log message:
Rework the bn_to_string() to use public API

We can use the undocumented functions {i2s,s2i}_ASN1_INTEGER(3) to
exercise bn_to_string(). This way we use public API and remove the
need of linking statically.

Reply via email to