diff -r 59b406bc4a3a -r ee09edbd5876 components/openssl/openssl-1.0.1-fips-140/patches/47_xmpp_detection.patch --- a/components/openssl/openssl-1.0.1-fips-140/patches/47_xmpp_detection.patch Wed Oct 12 06:26:22 2016 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,17 +0,0 @@ -# The patch is based on the following commit from the upstream: -# https://github.com/openssl/openssl/commit/4e48c77572a9a96a301e362a3646cd3cc7eca0f9 -# The fix is patched until the new version becomes available -# from the upstream. ---- a/apps/s_client.c -+++ b/apps/s_client.c -@@ -1640,8 +1640,8 @@ - "xmlns='jabber:client' to='%s' version='1.0'>", host); - seen = BIO_read(sbio, mbuf, BUFSIZZ); - mbuf[seen] = 0; -- while (!strstr -- (mbuf, "")) - goto shut; - seen = BIO_read(sbio, mbuf, BUFSIZZ);