I noticed that most instances of assert() in libcrypto are now
OPENSSL_assert().  I see two source files for which this has not
happened: crypto/ts/ts_verify_ctx.c and crypto/x509v3/v3_asid.c.

I can submit this in patch form if you'd prefer, but as the fix is
just to remove the "#include <assert.h>" line from each file and
replace all instances of "assert()" with "OPENSSL_assert()", I suspect
that reporting it this way is easier for all concerned.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to