From 18b1aa4a9597b94863049961533690986947d94d Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 25 May 2005 15:23:22 +0000 Subject: Reflect removing auth_des.h. --- cpukit/librpc/Makefile.am | 3 +-- cpukit/librpc/include/rpc/rpc.h | 5 ----- 2 files changed, 1 insertion(+), 7 deletions(-) (limited to 'cpukit/librpc') 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 /* protocol for rpc messages */ #include /* 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 /* protocol for des style cred */ /* Server side only remote procedure callee */ #include /* service manager and multiplexer */ -- cgit v1.2.3