File pegasus-2.14.1-openssl.patch of Package tog-pegasus
diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs ../orig-pegasus/src/Pegasus/Server/tests/TLSv_1_2_Support/TestTLSv1_2_Support.cpp ./src/Pegasus/Server/tests/TLSv_1_2_Support/TestTLSv1_2_Support.cpp --- ../orig-pegasus/src/Pegasus/Server/tests/TLSv_1_2_Support/TestTLSv1_2_Support.cpp 2014-07-24 16:28:51.000000000 +0200 +++ ./src/Pegasus/Server/tests/TLSv_1_2_Support/TestTLSv1_2_Support.cpp 2015-06-10 09:36:05.050535517 +0200 @@ -37,6 +37,9 @@ #ifdef PEGASUS_HAS_SSL +# include <openssl/err.h> +# include <openssl/ssl.h> +# include <openssl/rand.h> # include <openssl/tls1.h> #endif