Skip to content

Commit

Permalink
[lib] minor comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrash committed Feb 4, 2024
1 parent b5273d9 commit 1bb7672
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/fko.h
Expand Up @@ -613,9 +613,8 @@ DLL_API int fko_set_raw_spa_digest(fko_ctx_t ctx);
* Set the encrytion algorithm to use when ecrypting the final SPA
* data. Valid values can be found in [FKO_ENCRYPTION_TYPE_T](\ref FKO_ENCRYPTION_TYPE_T)
* of this manual. For example:
~~~
rc = fko_set_encryption_type(ctx, FKO_ENCRYPTION_RIJNDAEL);
~~~
*
* rc = fko_set_spa_encryption_type(ctx, FKO_ENCRYPTION_RIJNDAEL);
*
* \param ctx The FKO context to modify
* \param the encryption type to use
Expand Down

0 comments on commit 1bb7672

Please sign in to comment.