[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Fri Feb 5 19:27:07 UTC 2016


The branch master has been updated
       via  2b52de9a37422058bdd9f292e507cbd4f577d52e (commit)
      from  3edeb622ba9b01f8d4ac7b1a08ac0f0fa8a27c67 (commit)


- Log -----------------------------------------------------------------
commit 2b52de9a37422058bdd9f292e507cbd4f577d52e
Author: Ellinger, Wesley M <wesley.ellinger at hpe.com>
Date:   Wed Feb 3 20:49:53 2016 -0500

    RT4070: Improve struct/union regexp
    
    Reviewed-by: Andy Polyakov <appro at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 util/su-filter.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/su-filter.pl b/util/su-filter.pl
index 8975af6..3715ba2 100644
--- a/util/su-filter.pl
+++ b/util/su-filter.pl
@@ -47,7 +47,7 @@ while(<>) {
             do_output($out);
             $in_su = 0;
         }
-    } elsif($incomm <= 0 && /( *)(static )?(const )?(union|struct) ([^\s]+ )?\{/) {
+    } elsif($incomm <= 0 && /( *)(static )?(const )?(union|struct) ([a-zA-Z_\$][\$0-9a-zA-Z_]+ )?\{/) {
         $in_su = 1;
         $indent = $1;
         $out = $_;


More information about the openssl-commits mailing list