summaryrefslogtreecommitdiff
path: root/security/sfs/patches/patch-ax
diff options
context:
space:
mode:
Diffstat (limited to 'security/sfs/patches/patch-ax')
-rw-r--r--security/sfs/patches/patch-ax17
1 files changed, 17 insertions, 0 deletions
diff --git a/security/sfs/patches/patch-ax b/security/sfs/patches/patch-ax
new file mode 100644
index 00000000000..5efa1885de5
--- /dev/null
+++ b/security/sfs/patches/patch-ax
@@ -0,0 +1,17 @@
+$NetBSD: patch-ax,v 1.1 2006/10/21 11:53:13 agc Exp $
+
+--- ./sfsmisc/sfssesskey.C.orig 2002-09-27 20:18:18.000000000 +0100
++++ ./sfsmisc/sfssesskey.C
+@@ -144,10 +144,10 @@ sfs_server_crypt (svccb *sbp, sfspriv *s
+ sfs_encryptarg2 *arg2 = NULL;
+
+ if (pvers == 1) {
+- arg = sbp->template getarg<sfs_encryptarg> ();
++ arg = sbp->getarg<sfs_encryptarg> ();
+ clntpub = sfscrypt.alloc (arg->pubkey, SFS_ENCRYPT);
+ } else {
+- arg2 = sbp->template getarg<sfs_encryptarg2> ();
++ arg2 = sbp->getarg<sfs_encryptarg2> ();
+ clntpub = sfscrypt.alloc (arg2->pubkey, SFS_ENCRYPT);
+ }
+