Remove the hcrypto/des.h include directory from the rxkad_prototypes
header file. We ship rxkad_prototypes.h, but we don't ship the hcrypto
headers. Having an installed header depend upon an uninstalled one is
a pain when building out-of-tree code like perl-AFS.
Change-Id: Idac93ba834c84f6f9e2e49361f88d0e357a328d6
Reviewed-on: http://gerrit.openafs.org/7068
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
#include "fcrypt.h"
#include "rx/rx.h"
-#include <hcrypto/des.h>
-
/* crypt_conn.c */
extern afs_int32 rxkad_DecryptPacket(const struct rx_connection *conn,
const fc_KeySchedule * schedule,
#include <roken.h>
+#include <hcrypto/des.h>
+
#include <rx/xdr.h>
#include <rx/rx.h>
#include <hcrypto/md4.h>
#include <hcrypto/md5.h>
+#include <hcrypto/des.h>
#include "lifetimes.h"
#include "rxkad.h"