Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sso
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai
sso
Commits
860ae59a
Commit
860ae59a
authored
6 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Fix a typo in docstrings
parent
2638d8ba
No related branches found
No related tags found
1 merge request
!3
Nonce
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sso/sso.h
+2
-2
2 additions, 2 deletions
src/sso/sso.h
with
2 additions
and
2 deletions
src/sso/sso.h
+
2
−
2
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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment