diff options
Diffstat (limited to 'content/posts/WIP-how-bsd-authentication-works/index.org')
-rw-r--r-- | content/posts/WIP-how-bsd-authentication-works/index.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/posts/WIP-how-bsd-authentication-works/index.org b/content/posts/WIP-how-bsd-authentication-works/index.org index 8678a09..cbb1fd5 100644 --- a/content/posts/WIP-how-bsd-authentication-works/index.org +++ b/content/posts/WIP-how-bsd-authentication-works/index.org @@ -230,8 +230,6 @@ :CUSTOM_ID: auth_session_t :END: - <<review>> - =auth_session_t= is the main data structure used to represent the authentication session. @@ -290,6 +288,8 @@ :PROPERTIES: :CUSTOM_ID: auth_setdata :END: + <<review>> + @@html: <details> <summary> @@ #+begin_src c int auth_setdata(auth_session_t *as, void *ptr, size_t len) |