summaryrefslogtreecommitdiffstats
path: root/src/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto')
-rw-r--r--src/crypto/framework.c5
1 files changed, 5 insertions, 0 deletions
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 <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
@@ -80,3 +83,5 @@ int main(int argc, char *argv[])
return 0;
}
+
+#endif