summaryrefslogtreecommitdiff
path: root/tirpc
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2015-04-29 15:11:33 -0400
committerSteve Dickson <steved@redhat.com>2015-04-30 08:34:47 -0400
commitddf99776a7a9b10d17f7cdaa8a6c15f26815c5f1 (patch)
tree34e82ef72c5c2330b88dd802f1873b2c4987ad6f /tirpc
parentde03fa520e35cb90773d527ceef014421892e5ae (diff)
downloadti-rpc-ddf99776a7a9b10d17f7cdaa8a6c15f26815c5f1.tar.gz
auth.h: Remove unsupported routine declarations
Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'tirpc')
-rw-r--r--tirpc/rpc/auth.h32
-rw-r--r--tirpc/rpc/auth_des.h2
2 files changed, 0 insertions, 34 deletions
diff --git a/tirpc/rpc/auth.h b/tirpc/rpc/auth.h
index 1b6c699..f7fa16c 100644
--- a/tirpc/rpc/auth.h
+++ b/tirpc/rpc/auth.h
@@ -369,38 +369,6 @@ extern void passwd2des ( char *, char * );
}
#endif
-/*
- *
- * These routines interface to the keyserv daemon
- *
- */
-#ifdef __cplusplus
-extern "C" {
-#endif
-extern int key_decryptsession(const char *, des_block *);
-extern int key_encryptsession(const char *, des_block *);
-#ifdef HAVE_AUTHDES
-extern int key_gendes(des_block *);
-#endif /* HAVE_AUTHDES */
-extern int key_setsecret(const char *);
-extern int key_secretkey_is_set(void);
-#ifdef __cplusplus
-}
-#endif
-
-/*
- * Publickey routines.
- */
-#ifdef __cplusplus
-extern "C" {
-#endif
-extern int getpublickey (const char *, char *);
-extern int getpublicandprivatekey (char *, char *);
-extern int getsecretkey (char *, char *, char *);
-#ifdef __cplusplus
-}
-#endif
-
#ifdef KERBEROS
/*
* Kerberos style authentication
diff --git a/tirpc/rpc/auth_des.h b/tirpc/rpc/auth_des.h
index 77e169d..8abb4ca 100644
--- a/tirpc/rpc/auth_des.h
+++ b/tirpc/rpc/auth_des.h
@@ -127,8 +127,6 @@ extern "C" {
#endif
extern bool_t xdr_authdes_cred(XDR *, struct authdes_cred *);
extern bool_t xdr_authdes_verf(XDR *, struct authdes_verf *);
-extern int rtime(dev_t, struct netbuf *, int, struct timeval *,
- struct timeval *);
extern void kgetnetname(char *);
extern enum auth_stat _svcauth_des(struct svc_req *, struct rpc_msg *);
#ifdef __cplusplus