summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chip/g/dcrypto/dcrypto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chip/g/dcrypto/dcrypto.h b/chip/g/dcrypto/dcrypto.h
index 4cbb6dfd07..dfe04b2111 100644
--- a/chip/g/dcrypto/dcrypto.h
+++ b/chip/g/dcrypto/dcrypto.h
@@ -9,8 +9,9 @@
#ifndef __EC_CHIP_G_DCRYPTO_DCRYPTO_H
#define __EC_CHIP_G_DCRYPTO_DCRYPTO_H
-/* TODO(vbendeb) don't forget to disable this for prod builds. */
+#ifdef CR50_DEV
#define CRYPTO_TEST_SETUP
+#endif
#include "internal.h"