diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/openssl.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/openssl.xml b/chapter08/openssl.xml index 0beb5664b..91e412bae 100644 --- a/chapter08/openssl.xml +++ b/chapter08/openssl.xml @@ -42,13 +42,13 @@ <sect2 role="installation"> <title>Installation of OpenSSL</title> - +<!-- <para>First fix a problem with some advanced arcitectures with avx512 capability:</para> <screen><userinput remap="pre">sed -e '/bn_reduce.*m1/i\ factor_size /= sizeof(BN_ULONG) * 8;' \ -i crypto/bn/rsaz_exp_x2.c</userinput></screen> - +--> <para>Prepare OpenSSL for compilation:</para> <screen><userinput remap="configure">./config --prefix=/usr \ |