Skip to content

Commit

Permalink
tls: add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
cspiel1 committed Dec 8, 2022
1 parent eceba48 commit d865232
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tls/openssl/sni.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <openssl/err.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <openssl/x509v3.h>
#include <re_types.h>
#include <re_fmt.h>
#include <re_mem.h>
Expand Down

0 comments on commit d865232

Please sign in to comment.