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:15:37 +0000 (18:15 -0400)
commitf4e697559040b78460237a6926745605102afc21
tree4f78ab8c401676db0ce1204bdc95c831c2ec873f
parent3dd101aa4df6e873744e41894ff9cfd78b79c129
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