X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/13f56ec4e58bf8687e2a68032c093c0213dd519b..316670eb35587141e969394ae8537d66b9211e80:/bsd/crypto/Makefile diff --git a/bsd/crypto/Makefile b/bsd/crypto/Makefile index ab0c4b986..109c4c4cb 100644 --- a/bsd/crypto/Makefile +++ b/bsd/crypto/Makefile @@ -10,17 +10,11 @@ include $(MakeInc_def) INSTINC_SUBDIRS = \ blowfish \ cast128 \ - des \ rc4 \ - aes \ - sha2 - INSTINC_SUBDIRS_I386 = \ - aes INSTINC_SUBDIRS_X86_64 = \ - aes INSTINC_SUBDIRS_ARM = \ @@ -33,7 +27,10 @@ EXPINC_SUBDIRS_X86_64 = \ EXPINC_SUBDIRS_ARM = \ PRIVATE_DATAFILES = \ - sha1.h + sha1.h \ + sha2.h \ + des.h \ + aes.h aesxts.h \ INSTALL_MI_DIR = crypto @@ -41,6 +38,11 @@ EXPORT_MI_DIR = ${INSTALL_MI_DIR} INSTALL_KF_MI_LCL_LIST = ${PRIVATE_DATAFILES} +# We use this to install aesxts.h in Kernel.framework/PrivateHeaders +# in addition to Kernel.framework/PrivateHeaders/crypto +# This should be removed once all clients are switched to include libkern/crypto/aesxts.h +INSTALL_KF_MD_LCL_LIST = aesxts.h + include $(MakeInc_rule) include $(MakeInc_dir)