diff options
| author | Dante Catalfamo | 2021-07-04 13:42:28 -0400 | 
|---|---|---|
| committer | Dante Catalfamo | 2021-07-04 13:42:28 -0400 | 
| commit | f5fad18f75a76f393cbcd82e2c7fd8198f480524 (patch) | |
| tree | 7ca9d02b479747d15a0a4a3c7868f12a8fbbaa30 /content/posts/WIP-how-bsd-authentication-works | |
| parent | a12c60e21a302b5598718bfb924c7b5c3aa1289e (diff) | |
| download | blog-f5fad18f75a76f393cbcd82e2c7fd8198f480524.tar.gz blog-f5fad18f75a76f393cbcd82e2c7fd8198f480524.tar.bz2 blog-f5fad18f75a76f393cbcd82e2c7fd8198f480524.zip | |
bsd-auth: move review pointer
Diffstat (limited to 'content/posts/WIP-how-bsd-authentication-works')
| -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) | 
