aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/openssl.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/openssl.xml')
-rw-r--r--chapter06/openssl.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter06/openssl.xml b/chapter06/openssl.xml
index 0bb65387a..125cd9ffc 100644
--- a/chapter06/openssl.xml
+++ b/chapter06/openssl.xml
@@ -42,12 +42,12 @@
<sect2 role="installation">
<title>Installation of OpenSSL</title>
-
+<!--
<para>First, fix a problem identified upstream:</para>
<screen><userinput remap="pre">sed -i '/\} data/s/ =.*$/;\n memset(\&amp;data, 0, sizeof(data));/' \
crypto/rand/rand_lib.c</userinput></screen>
-
+-->
<para>Prepare OpenSSL for compilation:</para>
<screen><userinput remap="configure">./config --prefix=/usr \
@@ -63,10 +63,10 @@
<para>To test the results, issue:</para>
<screen><userinput remap="test">make test</userinput></screen>
-<!--
- <para>One subtest in the test 40-test_rehash.t fails in the lfs chroot
+
+ <para>One subtest in the test 20-test_enc.t fails in the lfs chroot
environment, but passes when run as a regular user.</para>
--->
+
<para>Install the package:</para>
<screen><userinput remap="install">sed -i '/INSTALL_LIBS/s/libcrypto.a libssl.a//' Makefile