summaryrefslogtreecommitdiff
path: root/cesar/cp2/cco/action/test/src/action-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/cp2/cco/action/test/src/action-test.c')
-rw-r--r--cesar/cp2/cco/action/test/src/action-test.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cesar/cp2/cco/action/test/src/action-test.c b/cesar/cp2/cco/action/test/src/action-test.c
index d68d76ae8e..900953d5fb 100644
--- a/cesar/cp2/cco/action/test/src/action-test.c
+++ b/cesar/cp2/cco/action/test/src/action-test.c
@@ -841,8 +841,7 @@ cp_msg_cm_get_key_req_receive (cp_t *ctx, cp_mme_rx_t *mme,
else
offset = 37;
- bitstream_memcpy (mme->p_mme + offset, &data->hash_key, mme->length -
- offset);
+ memcpy (mme->p_mme + offset, &data->hash_key, mme->length - offset);
return true;
}