From: Simon Wilkinson Date: Fri, 28 Jan 2011 15:20:25 +0000 (+0000) Subject: Unix CM: Move kernel crypto include files X-Git-Tag: upstream/1.8.0_pre1^2~4224 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c0254b5652bff52ba6c13546beda323d8ed1bb88;p=packages%2Fo%2Fopenafs.git Unix CM: Move kernel crypto include files Move the crypto include files which are used for kernel builds into the hcrypto directory where they logically belong. Change-Id: Ic904e63e48d09e6a2049f4e1c4433980ecf0fa1e Reviewed-on: http://gerrit.openafs.org/3767 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- diff --git a/src/crypto/hcrypto/kernel/config.h b/src/crypto/hcrypto/kernel/config.h new file mode 100644 index 000000000..9d60b4805 --- /dev/null +++ b/src/crypto/hcrypto/kernel/config.h @@ -0,0 +1,4 @@ +#include +#include "afs/param.h" +#include "afs/sysincludes.h" +#include "afsincludes.h" diff --git a/src/crypto/hcrypto/kernel/roken.h b/src/crypto/hcrypto/kernel/roken.h new file mode 100644 index 000000000..e69de29bb diff --git a/src/crypto/kernel/config.h b/src/crypto/kernel/config.h deleted file mode 100644 index 9d60b4805..000000000 --- a/src/crypto/kernel/config.h +++ /dev/null @@ -1,4 +0,0 @@ -#include -#include "afs/param.h" -#include "afs/sysincludes.h" -#include "afsincludes.h" diff --git a/src/crypto/kernel/roken.h b/src/crypto/kernel/roken.h deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/libafs/Makefile.common.in b/src/libafs/Makefile.common.in index ca31511af..e0d5eb619 100644 --- a/src/libafs/Makefile.common.in +++ b/src/libafs/Makefile.common.in @@ -23,7 +23,7 @@ TOP_SRC_VNOPS = ${TOP_SRCDIR}/afs/VNOPS TOP_SRC_RXKAD = ${TOP_SRCDIR}/rxkad COMMON_INCLUDE = -I. -I.. -I../nfs \ - -I$(TOP_SRCDIR)/crypto/kernel \ + -I$(TOP_SRCDIR)/crypto/hcrypto/kernel \ -I${TOP_SRCDIR} \ -I${TOP_SRCDIR}/afs \ -I${TOP_SRCDIR}/afs/${MKAFS_OSTYPE} \