diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-17 16:46:24 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-02-17 16:58:28 +0300 |
commit | 8b2c4cb77a9729cf92e95974ae58dc6bc2b43b35 (patch) | |
tree | c7d01deecc0658d618f865e37a94693d71404f9c /contrib/libs/openssl/crypto/ui/ui_openssl.c | |
parent | 37a48de781c5fbc587280dc55edc41943ac430e7 (diff) | |
download | ydb-8b2c4cb77a9729cf92e95974ae58dc6bc2b43b35.tar.gz |
Disable VMS-specific includes
66d95dd207fc74603ea1ede079236c2ffdfb0962
Diffstat (limited to 'contrib/libs/openssl/crypto/ui/ui_openssl.c')
-rw-r--r-- | contrib/libs/openssl/crypto/ui/ui_openssl.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/libs/openssl/crypto/ui/ui_openssl.c b/contrib/libs/openssl/crypto/ui/ui_openssl.c index 0f630a5bd9..03c4a148bf 100644 --- a/contrib/libs/openssl/crypto/ui/ui_openssl.c +++ b/contrib/libs/openssl/crypto/ui/ui_openssl.c @@ -57,7 +57,7 @@ # include "internal/cryptlib.h" # ifdef OPENSSL_SYS_VMS /* prototypes for sys$whatever */ -# include <starlet.h> +# error #include <starlet.h> # ifdef __DECC # pragma message disable DOLLARID # endif @@ -140,10 +140,10 @@ # endif # ifdef OPENSSL_SYS_VMS -# include <ssdef.h> -# include <iodef.h> +# error #include <ssdef.h> +# error #include <iodef.h> # include <ttdef.h> -# include <descrip.h> +# error #include <descrip.h> struct IOSB { short iosb$w_value; short iosb$w_count; |