aboutsummaryrefslogtreecommitdiffstats
path: root/util/openssl-format-source
diff options
context:
space:
mode:
Diffstat (limited to 'util/openssl-format-source')
-rwxr-xr-xutil/openssl-format-source1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/openssl-format-source b/util/openssl-format-source
index 881eb0af9c..1e0185d5fb 100755
--- a/util/openssl-format-source
+++ b/util/openssl-format-source
@@ -124,6 +124,7 @@ do
| perl -np \
-e 's/(STACK_OF|LHASH_OF)_([^ \t,]+)_( |\/)/$1($2)$3/g;' \
-e 's/(STACK_OF|LHASH_OF)_([^ \t,]+)_$/$1($2)/g;' \
+ | perl util/su-filter.pl \
> "$tmp"
else
expand "$j" | indent $INDENT_ARGS > "$tmp"