Kaydet (Commit) 4b2c4191 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

For some reason the asm code for rc4_md5_enc seems to go missing for x64 Linux

So configure OpenSSL with the no-asm switch in that case.

Change-Id: I3ac291a5ca7681c14c269682deaf82798d76f522
üst 12e64683
......@@ -26,7 +26,7 @@ OPENSSL_PLATFORM := \
$(if $(filter GNU/kFreeBSD,$(shell uname)),\
debian-kfreebsd-amd64\
,\
$(if $(filter TRUE, $(ENABLE_DBGUTIL)), debug-linux-generic64, linux-generic64)\
$(if $(filter TRUE, $(ENABLE_DBGUTIL)), debug-linux-generic64, linux-generic64) no-asm\
)\
,\
$(if $(filter TRUE, $(ENABLE_DBGUTIL)), debug-linux-generic32, linux-generic32)\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment