Skip to content

Commit

Permalink
add include to help some CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sftcd committed Jun 15, 2024
1 parent d4b0b02 commit ae70a48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/s_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ typedef unsigned int u_int;
#include <openssl/ebcdic.h>
#endif
#include "internal/sockets.h"
#ifndef OPENSSL_NO_ECH
# include <openssl/x509v3.h>
#endif

static int not_resumable_sess_cb(SSL *s, int is_forward_secure);
static int sv_body(int s, int stype, int prot, unsigned char *context);
Expand Down

0 comments on commit ae70a48

Please sign in to comment.