aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/openssl.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08/openssl.xml')
-rw-r--r--chapter08/openssl.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/chapter08/openssl.xml b/chapter08/openssl.xml
index c620ae629..0b22eab7f 100644
--- a/chapter08/openssl.xml
+++ b/chapter08/openssl.xml
@@ -25,7 +25,7 @@
<para>The OpenSSL package contains management tools and libraries relating
to cryptography. These are useful for providing cryptographic functions
- to other packages, such as OpenSSH, email applications and web browsers
+ to other packages, such as OpenSSH, email applications, and web browsers
(for accessing HTTPS sites). </para>
<segmentedlist>
@@ -42,12 +42,7 @@
<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 \