Add a getter for signed PKCS#7 attributes

This commit is contained in:
Martin Willi
2012-12-19 10:32:08 +01:00
parent 5a50bec9d2
commit d3d706f4fc
4 changed files with 40 additions and 0 deletions
@@ -380,6 +380,7 @@ static private_pkcs7_enveloped_data_t* create_empty()
.get_encoding = _get_encoding,
.destroy = _destroy,
},
.get_attribute = (void*)return_false,
},
);