summaryrefslogtreecommitdiffstats
path: root/test/sslbuffertest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/sslbuffertest.c')
-rw-r--r--test/sslbuffertest.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/sslbuffertest.c b/test/sslbuffertest.c
index 94229d54d6..bac4c580e7 100644
--- a/test/sslbuffertest.c
+++ b/test/sslbuffertest.c
@@ -13,11 +13,17 @@
#include <openssl/bio.h>
#include <openssl/err.h>
+#ifndef OPENSSL_NO_QUIC
+/* This test does not link libssl so avoid pulling in QUIC unwrappers. */
+# define OPENSSL_NO_QUIC
+#endif
+
/* We include internal headers so we can check if the buffers are allocated */
#include "../ssl/ssl_local.h"
#include "../ssl/record/record_local.h"
#include "internal/recordmethod.h"
#include "../ssl/record/methods/recmethod_local.h"
+#include "internal/ssl_unwrap.h"
#include "internal/packet.h"