mkdir -p src/include/openssl cat > src/include/openssl/umbrella.h <<EOF #include "ssl.h" #include "crypto.h" #include "aes.h" /* The following macros are defined by base.h. The latter is the first file included by the other headers. */ #if defined(OPENSSL_ARM) || defined(OPENSS...