K 10
svn:author
V 6
iulius
K 8
svn:date
V 27
2021-06-17T20:22:05.153559Z
K 7
svn:log
V 217
Silent gcc warning for C11 feature with latest OpenSSL versions

_Noreturn is used in OpenSSL headers when C11 is recognized.
Otherwise, __attribute__((noreturn)) is used, so it will be
transparant for old compilers.

END
