From ece600ec2de4369cd5073595c3ddce5d56ccc8c8 Mon Sep 17 00:00:00 2001 From: ngie Date: Wed, 24 Apr 2019 05:49:48 +0000 Subject: [PATCH] Fix typo: `Plen` should be `plen` MFC after: 1 month MFC with: r346617 Reported by: pylint -E --- tests/sys/opencrypto/cryptotest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sys/opencrypto/cryptotest.py b/tests/sys/opencrypto/cryptotest.py index e223b5b08115..fd885f5c61ed 100644 --- a/tests/sys/opencrypto/cryptotest.py +++ b/tests/sys/opencrypto/cryptotest.py @@ -307,7 +307,7 @@ def GenTestCase(cname): 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'] + \