Unix CM: Move kernel crypto include files
authorSimon Wilkinson <sxw@your-file-system.com>
Fri, 28 Jan 2011 15:20:25 +0000 (15:20 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 31 Jan 2011 17:45:09 +0000 (09:45 -0800)
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 <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>

src/crypto/hcrypto/kernel/config.h [moved from src/crypto/kernel/config.h with 100% similarity]
src/crypto/hcrypto/kernel/roken.h [moved from src/crypto/kernel/roken.h with 100% similarity]
src/libafs/Makefile.common.in

index ca31511..e0d5eb6 100644 (file)
@@ -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} \