Adjust include path
authorRichard Levitte <levitte@openssl.org>
Tue, 24 Mar 2015 10:59:01 +0000 (11:59 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 24 Mar 2015 10:59:01 +0000 (11:59 +0100)
commit77b1f87214224689a84db21d2eb54e9497186d93
treef835e1c369175b2c713e4aad98edcb71f35cdf16
parent47b31827887608f910dc80228106a03556c40c4e
Adjust include path

Thanks to a -I.., the path does work, at least on unix.  However, this
doesn't work so well on VMS.  Correcting the path to not rely on given
-I does work on both.

Reviewed-by: Matt Caswell <matt@openssl.org>
crypto/x509v3/v3_scts.c