From 81ae5e07be01c0aacc332eb82db2f0ff452ced3d Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 11 Apr 2017 00:24:34 -0400 Subject: Track API changes on sw/libhal pkcs8 branch. --- scripts/build-py11-attributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build-py11-attributes') diff --git a/scripts/build-py11-attributes b/scripts/build-py11-attributes index 3904d3b..cacb63a 100755 --- a/scripts/build-py11-attributes +++ b/scripts/build-py11-attributes @@ -57,7 +57,7 @@ attribute_map = dict( (k, v["type"]) for y in yaml.safe_load(args.yaml_file) for k, v in y.iteritems() - if k.startswith("CKA_") and "type" in v) + if k.startswith("CKA_") and "type" in v) args.output_file.write('''\ # This file was generated automatically from %(input)s by %(script)s. Do not edit this file directly. -- cgit v1.2.3