aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/openssl/crypto/rand/randfile.c
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2024-02-17 16:46:24 +0300
committerthegeorg <thegeorg@yandex-team.com>2024-02-17 16:58:28 +0300
commit8b2c4cb77a9729cf92e95974ae58dc6bc2b43b35 (patch)
treec7d01deecc0658d618f865e37a94693d71404f9c /contrib/libs/openssl/crypto/rand/randfile.c
parent37a48de781c5fbc587280dc55edc41943ac430e7 (diff)
downloadydb-8b2c4cb77a9729cf92e95974ae58dc6bc2b43b35.tar.gz
Disable VMS-specific includes
66d95dd207fc74603ea1ede079236c2ffdfb0962
Diffstat (limited to 'contrib/libs/openssl/crypto/rand/randfile.c')
-rw-r--r--contrib/libs/openssl/crypto/rand/randfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/openssl/crypto/rand/randfile.c b/contrib/libs/openssl/crypto/rand/randfile.c
index 229ce864a3..d79a8d9642 100644
--- a/contrib/libs/openssl/crypto/rand/randfile.c
+++ b/contrib/libs/openssl/crypto/rand/randfile.c
@@ -20,7 +20,7 @@
#include <openssl/buffer.h>
#ifdef OPENSSL_SYS_VMS
-# include <unixio.h>
+# error #include <unixio.h>
#endif
#include <sys/types.h>
#ifndef OPENSSL_NO_POSIX_IO