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>
Fri, 2 May 2014 01:59:36 +0000 (21:59 -0400)
commitda12bfca5196819db2d2b1880cd6231f8320e330
treedd7d9d6e00999deb0b6b73dd31cf0a54d9715956
parente5676b8328a486565fc3c7f408a40beb4d47cd08
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