X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=util%2Fsu-filter.pl;h=babe2061ea399921db9bbca83534c09d118bff9f;hb=55ca81259a63286a88dd1f53ef14f7830f444c7e;hp=5996f58225dc14844b4237a9088b93041c5bf6bc;hpb=e0a651945cb5a70a2abd9902c0fd3e9759d35867;p=openssl.git diff --git a/util/su-filter.pl b/util/su-filter.pl index 5996f58225..babe2061ea 100644 --- a/util/su-filter.pl +++ b/util/su-filter.pl @@ -1,7 +1,7 @@ #! /usr/bin/env perl # Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved. # -# Licensed under the OpenSSL license (the "License"). You may not use +# Licensed under the Apache License 2.0 (the "License"). You may not use # this file except in compliance with the License. You can obtain a copy # in the file LICENSE in the source distribution or at # https://www.openssl.org/source/license.html @@ -108,7 +108,7 @@ sub structureData { if($inbrace) { if($item eq "}") { $inbrace --; - + if(!$inbrace) { $substruc = structureData($dataitem); $dataitem = $substruc;