Loading...
testing/kernel-cache-tests/fips-33/foo.c dyld-1066.8 /dev/null
--- dyld/dyld-1066.8/testing/kernel-cache-tests/fips-33/foo.c
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-#include "../kmod.h"
-
-__attribute__((visibility(("hidden"))))
-int startKext() {
-	return 0;
-}
-
-__attribute__((visibility(("hidden"))))
-int endKext() {
-	return 0;
-}
-
-KMOD_EXPLICIT_DECL(com.apple.foo, "1.0.0", (void*)startKext, (void*)endKext)
-
-__attribute__((used, section("__TEXT,__fips_hmacs")))
-const unsigned char fipsGlobal[33] = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 };
-
-int foo() {
-	return 0;
-}