diff options
-rw-r--r-- | content/posts/WIP-how-bsd-authentication-works/index.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/WIP-how-bsd-authentication-works/index.org b/content/posts/WIP-how-bsd-authentication-works/index.org index 7836e6a..284f60b 100644 --- a/content/posts/WIP-how-bsd-authentication-works/index.org +++ b/content/posts/WIP-how-bsd-authentication-works/index.org @@ -227,7 +227,7 @@ :CUSTOM_ID: auth_session_t :END: =auth_session_t= is the main data structure used to represent the - authentication session. It gets used by all other functions. + authentication session. #+BEGIN_SRC c struct auth_session_t { |