Skip to content

Commit

Permalink
libtls: add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-polo committed Jun 6, 2024
1 parent 6174e65 commit 1bc73c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compat/libtls/tls_signer.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include "config.h"

#include <limits.h>
#include <string.h>

#include <openssl/ecdsa.h>
#include <openssl/err.h>
Expand Down

0 comments on commit 1bc73c3

Please sign in to comment.