diff --git a/crypto/asn1/tasn_utl.c b/crypto/asn1/tasn_utl.c index 16b2c14781e945d8626be21de94dee632da292b6..2e18f9f3f5832d9c3d019810dc99aea2c61d0e04 100644 --- a/crypto/asn1/tasn_utl.c +++ b/crypto/asn1/tasn_utl.c @@ -58,6 +58,7 @@ #include +#include #include #include #include diff --git a/crypto/ocsp/ocsp_vfy.c b/crypto/ocsp/ocsp_vfy.c index 4ac7e821ec6cf7145db4e3911ac5099f208d8fa8..c4f513a3b61a6b3756477a5b2d63a6f73102bd0a 100644 --- a/crypto/ocsp/ocsp_vfy.c +++ b/crypto/ocsp/ocsp_vfy.c @@ -58,6 +58,7 @@ #include #include +#include static int ocsp_find_signer(X509 **psigner, OCSP_BASICRESP *bs, STACK_OF(X509) *certs, X509_STORE *st, unsigned long flags);