diff --git a/src/ssl_utils.c b/src/ssl_utils.c index 35c06f73d..0f4a8596c 100644 --- a/src/ssl_utils.c +++ b/src/ssl_utils.c @@ -17,6 +17,7 @@ #include #include #include +#include /* fill a buffer with the algorithm and size of a public key */ int cert_get_pkey_algo(X509 *crt, struct buffer *out)