|
|
@@ -409,8 +409,7 @@ async def main():
|
|
|
|
|
|
if (args.secver != 0) and not await has_capability(obj_transport, 'no_pop'):
|
|
|
if len(args.sec1_pop) == 0:
|
|
|
- print('---- Proof of Possession argument not provided ----')
|
|
|
- exit(2)
|
|
|
+ args.sec1_pop = binput('Proof of Possession required : ')
|
|
|
elif len(args.sec1_pop) != 0:
|
|
|
print('---- Proof of Possession will be ignored ----')
|
|
|
args.sec1_pop = ''
|