2013-09-26 17:14:40 +02:00

13 lines
386 B
Plaintext

$NetBSD: patch-av,v 1.1 2006/10/21 11:53:13 agc Exp $
--- ./sfsmisc/sfscrypt.h.orig 2002-10-23 23:01:54.000000000 +0100
+++ ./sfsmisc/sfscrypt.h
@@ -89,7 +89,6 @@ protected:
virtual u_char get_bad_opts () const { return (SFS_DECRYPT | SFS_SIGN); }
bool get_opt (u_char o) const { return (opts & o); }
const sfs_keytype ktype;
- const int eksb_id;
const u_char opts;
};