summaryrefslogtreecommitdiff
path: root/security/skip/files/patch-au
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2000-01-26 01:55:28 +0000
committerArchie Cobbs <archie@FreeBSD.org>2000-01-26 01:55:28 +0000
commita3dd62941f5a3293aace76538667e68ba52e12c4 (patch)
tree9a66dfd2813b90bae64681c94871563c1efd38c6 /security/skip/files/patch-au
parentWe were forgetting to install "README.FreeBSD+NAT". (diff)
Bash this port until it compiles under -current again.
Notes
Notes: svn path=/head/; revision=25078
Diffstat (limited to 'security/skip/files/patch-au')
-rw-r--r--security/skip/files/patch-au39
1 files changed, 12 insertions, 27 deletions
diff --git a/security/skip/files/patch-au b/security/skip/files/patch-au
index 4a77530b6c78..fd9732bf433e 100644
--- a/security/skip/files/patch-au
+++ b/security/skip/files/patch-au
@@ -1,27 +1,12 @@
-diff -ur --unidirectional-new-file skipsrc-1.0.orig/doc/INSTALL work.new/doc/INSTALL
---- skipsrc-1.0.orig/doc/INSTALL Fri Oct 25 13:11:55 1996
-+++ work.new/doc/INSTALL Mon Mar 8 21:33:38 1999
-@@ -1,6 +1,13 @@
- Quick-Start Guide
- -----------------
-
-+ ***
-+ *** NOTE TO FREEBSD PORT USERS
-+ ***
-+ *** If you've installed SKIP using the FreeBSD port
-+ *** or package, you can go directly to step #4.
-+ ***
-+
- This is a quick-start guide for SKIP. It covers installing the SKIP
- binaries and setting up IP-level encryption between two hosts.
-
-@@ -64,7 +71,8 @@
- View the key manager log file to see if the the certificate
- exchange and the shared secret computation succeeded:
-
-- tail /var/log/skip.log
-+ tail /var/log/skiphost.log
-+ tail /var/log/messages
-
- If you have tcpdump, etherfind, snoop, or some other packet dumping
- utility, you can verify that encrypted packets are using protocol 57.
+diff -ur --unidirectional-new-file skipsrc-1.0.orig/certs/lib/manualcrl.h work.new/certs/lib/manualcrl.h
+--- skipsrc-1.0.orig/certs/lib/manualcrl.h Fri Oct 25 13:11:47 1996
++++ work.new/certs/lib/manualcrl.h Mon Jan 24 13:01:14 2000
+@@ -58,7 +58,7 @@
+ int store(const char *filename);
+ void add(Bigint&);
+ void del(Bigint&);
+- ispresent(Bigint&);
++ int ispresent(Bigint&);
+ ManualCRL();
+ ManualCRL(const ManualCRL&);
+ ManualCRL& operator =(const ManualCRL& rhs);