Refactor file writing - Adapt util/mkdef.pl to use configdata.pm
authorRichard Levitte <levitte@openssl.org>
Mon, 11 Jan 2016 23:17:12 +0000 (00:17 +0100)
committerRichard Levitte <richard@levitte.org>
Fri, 22 Jan 2016 22:21:30 +0000 (23:21 +0100)
commit3fa04f0d72c22d45213bec1b26c7d84a5b31ac68
tree5c04293dd322d49f15a11d9429cc621ba54bae1b
parentd36ab9ce9a984684d9cffb60bca5d072ed5279d7
Refactor file writing - Adapt util/mkdef.pl to use configdata.pm

For this adaptation, the variables $options and $version needed to
move to %config in Configure, and why not move all other variables
holding diverse version numbers at the same time?

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Configure
util/mkdef.pl