mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Fix typo: Plen
should be plen
MFC after: 1 month MFC with: r346617 Reported by: pylint -E
This commit is contained in:
parent
56bf253633
commit
2a96ae15f0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=346626
@ -307,7 +307,7 @@ def runCCMDecrypt(self, fname):
|
||||
aad, tag)
|
||||
|
||||
payload = data['Payload'].decode('hex')
|
||||
Plen = int(data('Plen'))
|
||||
plen = int(data('Plen'))
|
||||
payload = payload[:plen]
|
||||
self.assertEqual(r, payload,
|
||||
"Count " + data['Count'] + \
|
||||
|
Loading…
Reference in New Issue
Block a user