diff --git a/src/crypto/framework.c b/src/crypto/framework.c index 1a370f2d..c09490d3 100644 --- a/src/crypto/framework.c +++ b/src/crypto/framework.c @@ -1,3 +1,6 @@ +/* mcb - this file breaks the build process; temporarily deactivating */ +#if 0 + #include #include #include @@ -80,3 +83,5 @@ int main(int argc, char *argv[]) return 0; } + +#endif