summaryrefslogtreecommitdiff
path: root/util/mkbuildinf.pl
Commit message (Collapse)AuthorAgeFilesLines
* Following the license change, modify the boilerplates in util/, tools/Richard Levitte2018-12-061-2/+2
| | | | | Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7766)
* Fix SOURCE_DATE_EPOCH bug; use UTCRich Salz2017-11-271-9/+24
| | | | | | | Thanks to Juro Bystricky for the suggestion and prototype. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4644)
* Copyright consolidation: perl filesRich Salz2016-04-201-1/+8
| | | | | | | | | Add copyright to most .pl files This does NOT cover any .pl file that has other copyright in it. Most of those are Andy's but some are public domain. Fix typo's in some existing files. Reviewed-by: Richard Levitte <levitte@openssl.org>
* Make comment match realityRichard Levitte2016-02-111-1/+1
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org>
* Produce buildinf.h on Windows the same way as on UnixRichard Levitte2016-02-101-14/+12
| | | | | | | Because ENGINESDIR and OPENSSLDIR typically contains backslashes, they need to be escaped just right. Reviewed-by: Rich Salz <rsalz@openssl.org>
* Make sure to escape backslashes and single quotes for buildinf.hRichard Levitte2016-02-101-1/+2
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org>
* Fix build failure on Windows due to undefined cflags identifierMatt Caswell2015-01-081-1/+1
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Remove blank line from start of cflags character array in buildinf.hMatt Caswell2015-01-061-1/+1
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Fix a problem if CFLAGS is too long cversion.c fails to compile when configMatt Caswell2014-12-191-0/+35
is run with --strict-warnings. Reviewed-by: Richard Levitte <levitte@openssl.org>