From bfea7f3e4dc34998f298741cba81faaf637fa2cd Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Wed, 10 Jun 2015 14:57:48 -0400 Subject: Enable key_prot API for backward compatibility with glibc's SunRPC The only missing file was key_prot.h. I copied the SunRPC-licenced version of key_prot.x from glibc, and generated key_prot.h using rpcgen. Signed-off-by: Chuck Lever --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 13034e3..a29df43 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,6 +27,7 @@ nobase_include_HEADERS = tirpc/netconfig.h \ tirpc/rpc/pmap_prot.h \ tirpc/rpc/pmap_clnt.h \ tirpc/rpc/nettype.h \ + tirpc/rpc/key_prot.h \ tirpc/rpc/des.h \ tirpc/rpc/des_crypt.h \ tirpc/rpc/clnt_stat.h \ -- cgit v1.2.1