From f5fad18f75a76f393cbcd82e2c7fd8198f480524 Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Sun, 4 Jul 2021 13:42:28 -0400 Subject: bsd-auth: move review pointer --- content/posts/WIP-how-bsd-authentication-works/index.org | 4 ++-- 1 file 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: - <> - =auth_session_t= is the main data structure used to represent the authentication session. @@ -290,6 +288,8 @@ :PROPERTIES: :CUSTOM_ID: auth_setdata :END: + <> + @@html:
@@ #+begin_src c int auth_setdata(auth_session_t *as, void *ptr, size_t len) -- cgit v1.2.3