]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Move e_os2.h up in quictestlib.c to allow symbol definition consistency.
authorRandall S. Becker <randall.becker@nexbridge.ca>
Sat, 23 Sep 2023 14:38:13 +0000 (15:38 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 27 Sep 2023 16:34:28 +0000 (17:34 +0100)
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)

test/helpers/quictestlib.c

index 17da14766fcc0309b857e6c5c1213f5e0986ef1b..8d71d6002f6607e7e55ca9de15f4b4630c376423 100644 (file)
@@ -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"