Surround the diff with the new snippage delimiters
authorRichard Levitte <levitte@openssl.org>
Thu, 23 Mar 2000 22:43:20 +0000 (22:43 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 23 Mar 2000 22:43:20 +0000 (22:43 +0000)
FAQ

diff --git a/FAQ b/FAQ
index f47e0629d9d117ae68439a3e963c831d44696821..3eaf2117d799bad33e31e2a166b4f287b5529f40 100644 (file)
--- 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:
 
 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 @@
 --- 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"
                fi
        fi
        LIBS="$LIBS -lcrypto"
+----- snip:end -----