GH649: Fix: version32.rc was not created on Windows
authorMat <mberchtold@gmail.com>
Tue, 9 Feb 2016 21:53:14 +0000 (22:53 +0100)
committerRich Salz <rsalz@openssl.org>
Tue, 9 Feb 2016 22:51:22 +0000 (17:51 -0500)
commit7839b735d884cfa10d18c39c79fea48b97fcb634
treedd3c3efa2fb5dddfbbd7c7389932ce8ed9e9ca9b
parentdfbfd0677186173abd3a336899e3ed36913c9c1a
GH649: Fix: version32.rc was not created on Windows

version32.rc was not created on Windows. The if condition has been corrected.

Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Configure