summaryrefslogtreecommitdiff
path: root/cp/beacon/src/bentry.c
diff options
context:
space:
mode:
Diffstat (limited to 'cp/beacon/src/bentry.c')
-rw-r--r--cp/beacon/src/bentry.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cp/beacon/src/bentry.c b/cp/beacon/src/bentry.c
index f18aa52402..82fd2df480 100644
--- a/cp/beacon/src/bentry.c
+++ b/cp/beacon/src/bentry.c
@@ -454,8 +454,8 @@ cp_bentry_encryption_key_change (cp_beacon_t *ctx, u8 *bentry_addr)
CP_BENTRY_BYTE_SIZEOF(CP_BENTRY_HEADER));
data.kccd = ctx->bentries_data.kccd;
- data.kbc = cp_secu_get_kbc (ctx->secu);
- data.new_eks = cp_secu_get_eks (ctx->secu);
+ data.kbc = 0x0;
+ data.new_eks = 0x0;
bitstream_init (&bitstream, data_addr, CP_BENTRY_BIT_SIZE_EKC,
BITSTREAM_WRITE);