Refactor config - a small cosmetic touchup of Configure
authorRichard Levitte <levitte@openssl.org>
Mon, 18 May 2015 00:46:21 +0000 (02:46 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 20 Jan 2016 19:46:38 +0000 (20:46 +0100)
commit76ffb43d1ade66ca60f977aabdbf43995615da92
tree43855f9704c585ed8f49e4a7c7467eb53f8f4d59
parent24dfa621c8171d89ea892502033c206fd530c5af
Refactor config - a small cosmetic touchup of Configure

Start simple, removed some unused variables and change all '<<EOF' to
'<<"EOF"'.  The latter is because some code colorizers (notably, in
emacs) cannot recognise the here document end marker unless it's
quoted and therefore assume the rest of the file is part of the here
document.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Configure