Clean away needless VMS check
authorRichard Levitte <levitte@openssl.org>
Thu, 11 May 2017 18:34:08 +0000 (20:34 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 11 May 2017 20:30:29 +0000 (22:30 +0200)
commitb57f0c598bde43e147a886c9ffb0d6fdb3141d72
treec5ef66bf0aed3bc3368b200aac851d52d362ee4e
parent74a011ebb5e9028ef18982d737a434a8ff926a95
Clean away needless VMS check

BIO_socket_ioctl is only implemented on VMS for VMS version 7.0 and
up, but since we only support version 7.1 and up, there's no need to
check the VMS version.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3448)
crypto/bio/b_sock.c