From: Ben Laurie Date: Sat, 12 Jan 2008 11:22:31 +0000 (+0000) Subject: Missing headers. X-Git-Tag: OpenSSL_0_9_8k^2~572 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f12797a447ba622177f0ef67d73cec744db9592a;p=oweals%2Fopenssl.git Missing headers. --- diff --git a/apps/apps.c b/apps/apps.c index f97169a9ce..f45093328e 100644 --- a/apps/apps.c +++ b/apps/apps.c @@ -116,6 +116,7 @@ #include #include #include +#include #include #include #include diff --git a/crypto/o_str.c b/crypto/o_str.c index 2db099333a..2b4d0dcd5e 100644 --- a/crypto/o_str.c +++ b/crypto/o_str.c @@ -60,6 +60,10 @@ #include #include "o_str.h" +#ifndef OPENSSL_IMPLEMENTS_strncasecmp +# include +#endif + int OPENSSL_strncasecmp(const char *str1, const char *str2, size_t n) { #if defined(OPENSSL_IMPLEMENTS_strncasecmp)