Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai
sso
Commits
860ae59a
Commit
860ae59a
authored
Feb 08, 2019
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a typo in docstrings
parent
2638d8ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/sso/sso.h
src/sso/sso.h
+2
-2
No files found.
src/sso/sso.h
View file @
860ae59a
...
...
@@ -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_P
RIVATE
_KEY_SIZE and SSO_SECRET_KEY_SIZE macros.
* SSO_P
UBLIC
_KEY_SIZE and SSO_SECRET_KEY_SIZE macros.
*
* @param[out] publicp Pointer to a buffer of at least SSO_P
RIVATE
_KEY_SIZE
* @param[out] publicp Pointer to a buffer of at least SSO_P
UBLIC
_KEY_SIZE
* bytes.
* @param[out] secretp Pointer to a buffer of at least SSO_SECRET_KEY_SIZE
* bytes.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment