Re: [PATCH] libtirpc: add missing extern

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





On 9/19/22 7:59 PM, Rosen Penev wrote:
Fixes compilation warning.
What was the warning? Plus AUTH_DES is no longer supported.

steved.

Signed-off-by: Rosen Penev <rosenp@xxxxxxxxx>
---
  src/svc_auth.c | 3 +++
  1 file changed, 3 insertions(+)

diff --git a/src/svc_auth.c b/src/svc_auth.c
index ce8bbd8..789d6af 100644
--- a/src/svc_auth.c
+++ b/src/svc_auth.c
@@ -66,6 +66,9 @@ static struct authsvc *Auths = NULL;
extern SVCAUTH svc_auth_none; +#ifdef AUTHDES_SUPPORT
+extern enum auth_stat _svcauth_des(struct svc_req *rqst, struct rpc_msg *msg);
+#endif
  /*
   * The call rpc message, msg has been obtained from the wire.  The msg contains
   * the raw form of credentials and verifiers.  authenticate returns AUTH_OK




[Index of Archives]     [Linux Filesystem Development]     [Linux USB Development]     [Linux Media Development]     [Video for Linux]     [Linux NILFS]     [Linux Audio Users]     [Yosemite Info]     [Linux SCSI]

  Powered by Linux