diff options
author | Archie Cobbs <archie@FreeBSD.org> | 2006-04-06 13:54:46 +0000 |
---|---|---|
committer | Archie Cobbs <archie@FreeBSD.org> | 2006-04-06 13:54:46 +0000 |
commit | e64e4b6ab5004af418598e36930d480a5b6d1771 (patch) | |
tree | 94f29403f0bd90d0d8b4db260a491de4dc9d9806 /security/skip/files/patch-am | |
parent | - Update to new master site and updated tarball (diff) |
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.
Notes
Notes:
svn path=/head/; revision=158956
Diffstat (limited to 'security/skip/files/patch-am')
-rw-r--r-- | security/skip/files/patch-am | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/security/skip/files/patch-am b/security/skip/files/patch-am deleted file mode 100644 index c4cf892a89e7..000000000000 --- a/security/skip/files/patch-am +++ /dev/null @@ -1,20 +0,0 @@ -diff -ur --unidirectional-new-file skipsrc-1.0.orig/certs/lib/HashCert.h work.new/certs/lib/HashCert.h ---- skipsrc-1.0.orig/certs/lib/HashCert.h Fri Oct 25 13:11:40 1996 -+++ work.new/certs/lib/HashCert.h Mon Jan 24 13:26:47 2000 -@@ -69,13 +69,13 @@ - - int CertType(); - virtual SkipCert* dup(); -- decode(Bstream); -+ int decode(Bstream); - char* isValid(AuthPolicy&); - Bstream encode(); -- skip_params(Bigint &, Bigint &); -+ int skip_params(Bigint &, Bigint &); - Bigint skip_pubkey(); - Bstream skip_name(); -- encode(Bstream); -+ int encode(Bstream); - u_long skip_notvalidafter(); - u_long skip_notvalidbefore(); - virtual Bstream get_issuer(); |