| commit | 43cb309053ed3518bdd75dbf05ee96485ea57742 | [log] [tgz] |
|---|---|---|
| author | Rich Salz <rsalz@openssl.org> | Wed Jun 29 12:23:16 2016 -0400 |
| committer | Rich Salz <rsalz@openssl.org> | Fri Jul 01 13:53:37 2016 -0400 |
| tree | 52e99c59f46c38338e9b92e07e32e2de4d8fc20c | |
| parent | 15a1f19e62b92c33223e2e8e1c19b4f6d0e9ee71 [diff] |
Cleanup obj_dat.h, obj_dat.pl The recent merge of https://github.com/openssl/openssl/pull/1264 removed some trailing whitespace from the generated file obj_dat.h. Unfortunately obj_dat.pl kept re-adding it. Clean up the script and the output it generates. Add 'use strict / use warnings' Reviewed-by: Richard Levitte <levitte@openssl.org>