diff options
author | Omar Polo <op@omarpolo.com> | 2024-06-06 13:43:12 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2024-06-06 13:43:12 +0000 |
commit | 1bc73c3bcbd85e2682afca36595ea44a75345e65 (patch) | |
tree | a50853f7624c31f79839a634b1cbb92371a6f642 | |
parent | 6174e65dbe4c3cd189bb5ec4e011771c3f5afc82 (diff) |
libtls: add missing include
-rw-r--r-- | compat/libtls/tls_signer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compat/libtls/tls_signer.c b/compat/libtls/tls_signer.c index a51c587..6e97c84 100644 --- a/compat/libtls/tls_signer.c +++ b/compat/libtls/tls_signer.c @@ -18,6 +18,7 @@ #include "config.h" #include <limits.h> +#include <string.h> #include <openssl/ecdsa.h> #include <openssl/err.h> |