3 --- ./sfsmisc/sfscrypt.h.orig 2002-10-23 23:01:54.000000000 +0100
4 +++ ./sfsmisc/sfscrypt.h
5 @@ -89,7 +89,6 @@ protected:
6 virtual u_char get_bad_opts () const { return (SFS_DECRYPT | SFS_SIGN); }
7 bool get_opt (u_char o) const { return (opts & o); }
8 const sfs_keytype ktype;