CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/04/28 15:40:14
Modified files:
lib/libcrypto : crypto.h
Log message:
Mark OpenSSLDie() as __dead
This tells gcc that OPENSSL_assert() will not return and thus avoids a
silly warning that triggers scary gentoo QA warnings.
>From claudio
