CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2014/05/07 15:06:05

Modified files:
        lib/libssl/src/crypto/bn: bn_lib.c 

Log message:
in BN_clear_free, don't cleanse the data if the static data flag is set.
much debugging work done by otto. ok miod otto.

side note: BN_FLG_STATIC_DATA doesn't actually mean the data is static.
it's also used to indicate the data may be secretly shared behind your back
as a sort of poor man's refcounting, but without the refcounting.

Reply via email to