OpenSSL 1.0.0 released
OpenSSL 1.0.0 released
Posted Mar 30, 2010 8:19 UTC (Tue) by nix (subscriber, #2304)In reply to: OpenSSL 1.0.0 released by MisterIO
Parent article: OpenSSL 1.0.0 released
The indentation style is most certainly *not* the GNU style. I tried to
provide an example reformatting of his code into the GNU style here, but I
can't stop the comment box eating all leading whitespace.
provide an example reformatting of his code into the GNU style here, but I
can't stop the comment box eating all leading whitespace.
Among other differences: spaces before parentheses; no spaces in runs of
brackets (what were they *thinking*?); four-level indentation (tab-based
in the real thing) with braces at the two-character point (except for
top-level constructs, where the braces occur in column 0). Much much
easier to read than the OpenSSL abomination.
