commit | e3c159648d19e0396b23dba02b85be2bf12ce24c | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Mon Mar 16 22:36:19 2015 +0100 |
committer | Richard Levitte <levitte@openssl.org> | Mon Mar 16 22:56:43 2015 +0100 |
tree | 200a5acb1604203eebad6800e97fe08ec4409dc3 | |
parent | a5250ec02f4d8b27d786c415ae882801972bfccd [diff] |
Do not keep TABLE in version control. TABLE was always a debugging tool, and permitted everyone to see the effect of changes in the string-format configs. The hash-format configs being much more readable, distributing TABLE becomes much less necessary. Being able to produce a TABLE is kept, however, as it still is a useful debugging tool for configs, what with multi-level inheritance and all. Reviewed-by: Andy Polyakov <appro@openssl.org>