From: Dr. Stephen Henson Date: Tue, 20 Jan 2015 18:49:04 +0000 (+0000) Subject: Test option -nc X-Git-Tag: OpenSSL_1_0_1-post-reformat~10 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=68085a73af5348e145ee8025f93351677b035dbc;p=oweals%2Fopenssl.git Test option -nc Add option -nc which sets COMMENTS=true but disables all indent comment reformatting options. Reviewed-by: Tim Hudson --- diff --git a/util/openssl-format-source b/util/openssl-format-source index 242c5ba81a..30d50f8b58 100755 --- a/util/openssl-format-source +++ b/util/openssl-format-source @@ -54,6 +54,8 @@ do -c) COMMENTS="true"; INDENT_ARGS="-fc1 -fca -cdb -sc"; continue;; + -nc) COMMENTS="true"; + continue;; esac fi