Hello,

https://github.com/openssl/openssl/commit/10621efd3296a92f489f6ab26a88e88d9790930e#diff-4b59eddb1c722b1dc3d17b5f64149e12

is a white space nightmare. The replacement of "#define"s by "# define"s
etc. is just silly and makes it unnecessarily hard to port patches
between different releases (working with RHEL 7.3 "hobbled 1.0.1e" vs.
1.0.1u). Sadly patch -l chokes on this kind of white space nonsense and
who can blame it?

If one wants to indent directives space is normally inserted before the
hash sign. I don't remember ever seeing directives being indented by
adding white space between the hash sign and the directive.

Please revert this commit (in all branches), even though it has been a
while. Thank you.

Regards,
Leonard.


-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to