diff options
author | Nathaniel McCallum <npmccallum@redhat.com> | 2018-05-14 14:58:56 -0400 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2018-05-24 09:06:50 +0200 |
commit | e42dcf5283a5537c196147c9a2468ee537b9da7b (patch) | |
tree | 39190749a253fff241b76c416a1fd157a749875b /Makefile.am | |
parent | 6af8234936f805a9c6dceb29a84e73d40ed4b257 (diff) |
Improve const correctness for P11KitUri
This does not improve const for the getters. The reason for this is that
they are usually passed into the PKCS#11 APIs directly and these APIs
are not const correct. Trying to force const correctnesss here would
result in pain for library consumers.
This is an API and ABI compatible change.
Diffstat (limited to 'Makefile.am')
0 files changed, 0 insertions, 0 deletions