crypto: rename OUT to out in xts test to avoid clash on MinGW
commit8cbfc94269e37a001d501cca3f4e4cb4ba6dbe0a
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 14 Jun 2016 15:40:18 +0000 (14 16:40 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 4 Jul 2016 09:46:59 +0000 (4 10:46 +0100)
treeadfaef65207b7d508e361d0164133b10cf68a655
parent8b7cdba386d55ecee2caa26973c1d6c31822e801
crypto: rename OUT to out in xts test to avoid clash on MinGW

On MinGW one of the system headers already has "OUT" defined
which causes a compile failure of the test suite. Rename the
test suite var to 'out' to avoid this clash

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
tests/test-crypto-xts.c