VMS: rather use a quick file comparison than DIFF
authorRichard Levitte <levitte@openssl.org>
Fri, 19 Feb 2016 01:35:33 +0000 (02:35 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 19 Feb 2016 07:58:09 +0000 (08:58 +0100)
commit5be5e56c09015633d94fb1ee1290081a78074546
tree93a8247354fc94d162a875d88ec63e2def74e254
parent70ef905779dac29053256dd98c759f492073c39c
VMS: rather use a quick file comparison than DIFF

VMS DIFF tries to calculate all the differences, which is slower than
just reading the files and stopping at the first difference.  The
latter doesn't exist as a command, so the problem is solved with perl
and File::Compare (has been in core perl since very early version 5).

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Configurations/descrip.mms.tmpl