diff options
author | Paul Selkirk <paul@psgd.org> | 2017-02-13 23:16:21 -0500 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2017-02-13 23:16:21 -0500 |
commit | 33c843ad457f8341b8a277e6d9481937d3925951 (patch) | |
tree | 037073788166eadb5b9fb04fee824c1976ff1afe /rpc_pkey.c | |
parent | 6a6cc04dda8f613134ae5b30b702de3f1a4dff95 (diff) |
Add some comments for things I figured out while reviewing code.
Diffstat (limited to 'rpc_pkey.c')
-rw-r--r-- | rpc_pkey.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -227,7 +227,8 @@ static inline hal_error_t ks_open_from_flags(hal_ks_t **ks, const hal_key_flags_ } /* - * Receive key from application, store it with supplied name, return a key handle. + * Receive key from application, generate a name (UUID), store it, and + * return a key handle and the name. */ static hal_error_t pkey_local_load(const hal_client_handle_t client, |