mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-01 05:06:38 +00:00
Rename append_iso14443a_crc() to iso14443a_crc_append().
This commit is contained in:
@@ -48,7 +48,7 @@ iso14443a_crc (byte_t * pbtData, size_t szLen, byte_t * pbtCrc)
|
||||
}
|
||||
|
||||
void
|
||||
append_iso14443a_crc (byte_t * pbtData, size_t szLen)
|
||||
iso14443a_crc_append (byte_t * pbtData, size_t szLen)
|
||||
{
|
||||
iso14443a_crc (pbtData, szLen, pbtData + szLen);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user