[openssl-dev] [openssl.org #4528] Bugfix for linux-armv4 build

Florent Gluck via RT rt at openssl.org
Mon May 2 15:56:23 UTC 2016


Hi,

When compiling for linux-armv4 there is a bug in the master branch, 
version d244dd559d0e6e594e4a0f911e49509e8a7b158b, there is a missing 
backslash in ssl/record/rec_layer_s3.c.
Here is patch for the fix:

--- ssl/record/rec_layer_s3.c.ori 2016-05-02 14:32:28.913137297 +0200
+++ ssl/record/rec_layer_s3.c    2016-05-02 14:35:35.145497035 +0200
@@ -125,7 +125,7 @@
  #if     defined(OPENSSL_SMALL_FOOTPRINT) || \
          !(      defined(AES_ASM) &&     ( \
                  defined(__x86_64)       || defined(__x86_64__)  || \
-                defined(_M_AMD64)       || defined(_M_X64)      )
+                defined(_M_AMD64)       || defined(_M_X64)      ) \
          )
  # undef EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK
  # define EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK 0

Best regards,

-- 
Florent Gluck
Professor
University of Applied Sciences Western Switzerland
HES-SO hepia
Rue de la Prairie 4 - 1202 Geneva - Switzerland
Phone: +41.22.54625.52


-- 
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4528
Please log in as guest with password guest if prompted



More information about the openssl-dev mailing list