Skip to content

Commit

Permalink
Move e_os2.h up in quictestlib.c to allow symbol definition consistency.
Browse files Browse the repository at this point in the history
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 #22179)
  • Loading branch information
rsbeckerca authored and mattcaswell committed Sep 27, 2023
1 parent be203ea commit b07107e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/helpers/quictestlib.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b07107e

Please sign in to comment.