]> git.ipfire.org Git - thirdparty/openssl.git/commit - Configure
Refactor file writing - rewrite crypto/opensslconf.h.in as template
authorRichard Levitte <levitte@openssl.org>
Mon, 18 May 2015 23:40:54 +0000 (01:40 +0200)
committerRichard Levitte <richard@levitte.org>
Sat, 23 Jan 2016 08:37:39 +0000 (09:37 +0100)
commit7d130f68fc429609df9fd2ddec3218306d66206e
tree8b07197b4efa58d0d648e29943d835ed56119579
parent3fa04f0d72c22d45213bec1b26c7d84a5b31ac68
Refactor file writing - rewrite crypto/opensslconf.h.in as template

The turn has come to have crypto/opensslconf.h.in get run through
util/dofile.pl.  The consequence is that a large number of variables
get moved to the %config table.

Also, the string variables $openssl_*, which were populated with cpp
lines, all being of the form "#define SOMETHING", were converted into
ARRAY refs in %config values, containing just the list of macros to be
defined.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Configure
crypto/opensslconf.h.in