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>
This commit is contained in:
parent
47b3182788
commit
77b1f87214
@ -60,7 +60,7 @@
|
||||
#include "cryptlib.h"
|
||||
#include <openssl/asn1.h>
|
||||
#include <openssl/x509v3.h>
|
||||
#include "../ssl/ssl_locl.h"
|
||||
#include "../../ssl/ssl_locl.h"
|
||||
|
||||
#if (defined(_WIN32) || defined(_WIN64)) && !defined(__MINGW32__)
|
||||
# define SCT_TIMESTAMP unsigned __int64
|
||||
|
Loading…
x
Reference in New Issue
Block a user