From 860ae59ad96703adffc630213cc6a91a5e1dcc87 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Fri, 8 Feb 2019 11:55:58 +0000 Subject: [PATCH] Fix a typo in docstrings --- src/sso/sso.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sso/sso.h b/src/sso/sso.h index a43c913..9f0beb3 100644 --- a/src/sso/sso.h +++ b/src/sso/sso.h @@ -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. -- GitLab