Mention psa_close_key in the description of psa_open_key

This commit is contained in:
Adrian L. Shaw 2019-05-15 11:39:06 +01:00 committed by Gilles Peskine
parent d56456cbe8
commit 52d83dabd6

View File

@ -543,6 +543,8 @@ void psa_reset_key_attributes(psa_key_attributes_t *attributes);
* *
* Open a handle to a key which was previously created with * Open a handle to a key which was previously created with
* psa_make_key_persistent() when setting its attributes. * psa_make_key_persistent() when setting its attributes.
* The handle should eventually be closed with psa_close_key()
* to release associated resources.
* *
* Implementations may provide additional keys that can be opened with * Implementations may provide additional keys that can be opened with
* psa_open_key(). Such keys have a key identifier in the vendor range, * psa_open_key(). Such keys have a key identifier in the vendor range,