openssl/util/perl
Richard Levitte dc5ce51983 util/perl/OpenSSL/ParseC.pm: Fix 'extern "C" DEPRECATEDIN_x_y(...)'
The parser expected an 'extern "C"' followed by a single declaration
to always end with a semicolon.  Then came along something like this:

    extern "C" DEPRECATEDIN_3_0(int ERR_load_KDF_strings(void))

This change adjusts the detector of 'extern "C"' to also take in
accound a declaration that ends with a parenthesis.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/10368)
2019-11-12 13:30:34 +01:00
..
OpenSSL util/perl/OpenSSL/ParseC.pm: Fix 'extern "C" DEPRECATEDIN_x_y(...)' 2019-11-12 13:30:34 +01:00
TLSProxy Teach TLSProxy how to parse CertificateRequest messages 2019-09-06 10:07:11 +01:00
checkhandshake.pm Teach TLSProxy how to parse CertificateRequest messages 2019-09-06 10:07:11 +01:00