Skip to content
Snippets Groups Projects
Commit 860ae59a authored by ale's avatar ale
Browse files

Fix a typo in docstrings

parent 2638d8ba
No related branches found
No related tags found
1 merge request!3Nonce
......@@ -81,9 +81,9 @@ int sso_ticket_sign(sso_ticket_t t, const unsigned char *secret_key, char *out,
*
* Note that the resulting buffers will contain binary data, not
* NULL-terminated strings. Key sizes are constant, use the
* SSO_PRIVATE_KEY_SIZE and SSO_SECRET_KEY_SIZE macros.
* SSO_PUBLIC_KEY_SIZE and SSO_SECRET_KEY_SIZE macros.
*
* @param[out] publicp Pointer to a buffer of at least SSO_PRIVATE_KEY_SIZE
* @param[out] publicp Pointer to a buffer of at least SSO_PUBLIC_KEY_SIZE
* bytes.
* @param[out] secretp Pointer to a buffer of at least SSO_SECRET_KEY_SIZE
* bytes.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment