dso: eliminate VMS code on non-VMS systems
authorGeoff Thorpe <geoff@openssl.org>
Sun, 27 Apr 2014 20:06:50 +0000 (16:06 -0400)
committerGeoff Thorpe <geoff@openssl.org>
Tue, 6 May 2014 22:10:17 +0000 (18:10 -0400)
commit804ab36df6eafd4ab26e834bc3f746f65c0b7441
tree4c7fba43e56cedf0d9181d20da821dea96b8fb3e
parenta41d5174e27c99d1caefd76a8e927c814ede509e
dso: eliminate VMS code on non-VMS systems

Even though the meat of dso_vms.c is compiled out on non-VMS builds,
the (pre-)compiler still traverses some of the macro handling. This
trips up at least one non-VMS build configuration, so this commit
makes the skip-VMS case more robust.

Signed-off-by: Geoff Thorpe <geoff@openssl.org>
crypto/dso/dso_vms.c