*
* $Id$
*/
-#include <stdlib.h>
+
#include "desfire_key.h"
static inline void update_key_schedules (desfirekey_t key);
if ( key != NULL ){
key->type = T_3DES;
memcpy (key->data, value, 16);
+ memcpy (key->data + 16, value, 8);
update_key_schedules (key);
}
}