This is a discussion on [openssl.org #1012] o_str.c searches strings.h even if config with -DNO_STRINGS_H - Openssl ; When i run "./config -DNO_STRINGS_H" file crypto/o_str.c wants to include strings.h To solve i commented out these 5 lines: .... #ifdef OPENSSL_SYS_WINDOWS # include #else # include #endif .... (after running ./config the Makefile in crypto dont has correct entries ...
When i run "./config -DNO_STRINGS_H" file crypto/o_str.c wants to
include strings.h
To solve i commented out these 5 lines:
....
#ifdef OPENSSL_SYS_WINDOWS
# include
#else
# include
#endif
....
(after running ./config the Makefile in crypto dont has correct entries
for INSTALLDIR etc., but i dont know, if this is important or not [if
this Makefile is used])
Alexander
__________________________________________________ ____________________
OpenSSL Project http://www.openssl.org
Development Mailing List openssl-dev@openssl.org
Automated List Manager majordomo@openssl.org