summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandall S. Becker <randall.becker@nexbridge.ca>2023-09-23 16:38:13 +0200
committerMatt Caswell <matt@openssl.org>2023-09-27 18:34:28 +0200
commitb07107e31149bf870bc1ae17e59444859fe4e23a (patch)
tree84f54e8fe59c21299d5a0ba95c9dae36c46f52ec
parentFix a mem leak when the FIPS provider is used in a different thread (diff)
downloadopenssl-b07107e31149bf870bc1ae17e59444859fe4e23a.tar.xz
openssl-b07107e31149bf870bc1ae17e59444859fe4e23a.zip
Move e_os2.h up in quictestlib.c to allow symbol definition consistency.
Fixes: #22178 Signed-of-by: Randall S. Becker <randall.becker@nexbridge.ca> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22179)
-rw-r--r--test/helpers/quictestlib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/helpers/quictestlib.c b/test/helpers/quictestlib.c
index 17da14766f..8d71d6002f 100644
--- a/test/helpers/quictestlib.c
+++ b/test/helpers/quictestlib.c
@@ -10,6 +10,7 @@
#include <assert.h>
#include <openssl/configuration.h>
#include <openssl/bio.h>
+#include "internal/e_os.h" /* For struct timeval */
#include "quictestlib.h"
#include "ssltestlib.h"
#include "../testutil.h"