aboutsummaryrefslogtreecommitdiffstats
path: root/FAQ
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-03-23 22:43:20 +0000
committerRichard Levitte <levitte@openssl.org>2000-03-23 22:43:20 +0000
commit1d6750b759e292c5403dd08eea6668e186fe5477 (patch)
tree6fa1aee1d9f70a13f500c17bd16afebfd6e467f5 /FAQ
parent6e56312f1a06cf580a41aba5e5e72d531fc3456b (diff)
downloadopenssl-1d6750b759e292c5403dd08eea6668e186fe5477.tar.gz
Surround the diff with the new snippage delimiters
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ2
1 files changed, 2 insertions, 0 deletions
diff --git a/FAQ b/FAQ
index f47e0629d9..3eaf2117d7 100644
--- a/FAQ
+++ b/FAQ
@@ -160,6 +160,7 @@ can't find the installed OpenSSL libraries. The problem is actually
a small glitch that is easily solved with the following patch to be
applied to the OpenSSH distribution:
+----- snip:start -----
--- openssh-1.2.2p1/configure.in.orig Thu Mar 23 18:56:58 2000
+++ openssh-1.2.2p1/configure.in Thu Mar 23 18:55:05 2000
@@ -152,10 +152,10 @@
@@ -190,4 +191,5 @@ applied to the OpenSSH distribution:
fi
fi
LIBS="$LIBS -lcrypto"
+----- snip:end -----