summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-05-25 15:23:22 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-05-25 15:23:22 +0000
commit18b1aa4a9597b94863049961533690986947d94d (patch)
tree9c3b1a13c2a37d72763b3c3400a2e2e3090143a8
parentRemove (Unused, unsupported). (diff)
downloadrtems-18b1aa4a9597b94863049961533690986947d94d.tar.bz2
Reflect removing auth_des.h.
-rw-r--r--cpukit/librpc/Makefile.am3
-rw-r--r--cpukit/librpc/include/rpc/rpc.h5
2 files changed, 1 insertions, 7 deletions
diff --git a/cpukit/librpc/Makefile.am b/cpukit/librpc/Makefile.am
index da1c686d80..2dcd7cc259 100644
--- a/cpukit/librpc/Makefile.am
+++ b/cpukit/librpc/Makefile.am
@@ -12,8 +12,7 @@ DISTCLEANFILES =
if LIBRPC
include_rpcdir = $(includedir)/rpc
-include_rpc_HEADERS = include/rpc/auth.h include/rpc/auth_des.h \
- include/rpc/auth_unix.h
+include_rpc_HEADERS = include/rpc/auth.h include/rpc/auth_unix.h
include_rpc_HEADERS += include/rpc/clnt.h include/rpc/clnt_stat.h \
include/rpc/clnt_soc.h
include_rpc_HEADERS += include/rpc/svc.h include/rpc/svc_auth.h \
diff --git a/cpukit/librpc/include/rpc/rpc.h b/cpukit/librpc/include/rpc/rpc.h
index f74082ff7d..95df085926 100644
--- a/cpukit/librpc/include/rpc/rpc.h
+++ b/cpukit/librpc/include/rpc/rpc.h
@@ -57,11 +57,6 @@
/* semi-private protocol headers */
#include <rpc/rpc_msg.h> /* protocol for rpc messages */
#include <rpc/auth_unix.h> /* protocol for unix style cred */
-/*
- * Uncomment-out the next line if you are building the rpc library with
- * DES Authentication (see the README file in the secure_rpc/ directory).
- */
-#include <rpc/auth_des.h> /* protocol for des style cred */
/* Server side only remote procedure callee */
#include <rpc/svc.h> /* service manager and multiplexer */