Fix comment: Ki -> OPC

Change-Id: I566cf7bc658c730b4381c0f145bfc4f805cca42a
This commit is contained in:
Alexander Chemeris
2017-07-18 16:40:58 +03:00
parent 665bd22fc5
commit d17ca3ddd8

View File

@@ -367,7 +367,7 @@ def gen_parameters(opts):
else:
ki = ''.join(['%02x' % random.randrange(0,256) for i in range(16)])
# Ki (random)
# OPC (random)
if opts.opc is not None:
opc = opts.opc
if not re.match('^[0-9a-fA-F]{32}$', opc):