summaryrefslogtreecommitdiff
path: root/src/rpc_soc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rpc_soc.c')
-rw-r--r--src/rpc_soc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rpc_soc.c b/src/rpc_soc.c
index a85cb17..76e4376 100644
--- a/src/rpc_soc.c
+++ b/src/rpc_soc.c
@@ -516,6 +516,7 @@ clnt_broadcast(prog, vers, proc, xargs, argsp, xresults, resultsp, eachresult)
(resultproc_t) rpc_wrap_bcast, "udp");
}
+#ifdef AUTHDES_SUPPORT
/*
* Create the client des authentication object. Obsoleted by
* authdes_seccreate().
@@ -594,6 +595,7 @@ authdes_pk_create(servername, pkey, window, syncaddr, ckey)
fallback:
return authdes_pk_seccreate(servername, pkey, window, NULL, ckey, NULL);
}
+#endif
/*