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:03:52 +0000 (18:03 -0400)
commitd60f019321debbe566678c65604a7b1f217cc5fe
treec895e74b6b7947b211bec142e2bacbd91e17349f
parent65402586c0d946cb0092f4a291eac60832655098
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