From e64e4b6ab5004af418598e36930d480a5b6d1771 Mon Sep 17 00:00:00 2001 From: Archie Cobbs Date: Thu, 6 Apr 2006 13:54:46 +0000 Subject: Remove the skip port. Created before there was an IPSec implementation on FreeBSD, it is now extremely obsolete. In any case it doesn't compile. Earlier version of this port can still be used on older versions of FreeBSD of course. --- security/skip/files/patch-as | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 security/skip/files/patch-as (limited to 'security/skip/files/patch-as') diff --git a/security/skip/files/patch-as b/security/skip/files/patch-as deleted file mode 100644 index 055b7b3f86ad..000000000000 --- a/security/skip/files/patch-as +++ /dev/null @@ -1,19 +0,0 @@ -diff -ur --unidirectional-new-file skipsrc-1.0.orig/certs/lib/X509skip.h work.new/certs/lib/X509skip.h ---- skipsrc-1.0.orig/certs/lib/X509skip.h Fri Oct 25 13:11:44 1996 -+++ work.new/certs/lib/X509skip.h Mon Jan 24 13:34:50 2000 -@@ -63,13 +63,13 @@ - X509SkipCert& operator=(const X509SkipCert&); - - int CertType(); -- skip_params(Bigint &, Bigint &); -+ int skip_params(Bigint &, Bigint &); - Bigint skip_pubkey(); - Bstream skip_name(); - u_long skip_notvalidafter(); - u_long skip_notvalidbefore(); - Bstream encode(); -- decode(Bstream); -+ int decode(Bstream); - char* isValid(AuthPolicy&); - virtual Bstream get_issuer(); - void print(); -- cgit v1.2.3