fold
This commit is contained in:
parent
2ebe3467f8
commit
f6bddfcd70
6 changed files with 18 additions and 0 deletions
3
auth.h
3
auth.h
|
@ -26,6 +26,9 @@ struct lc_auth_impl {
|
|||
|
||||
void *(*ctx_new)(void);
|
||||
void (*ctx_free)(void *);
|
||||
|
||||
size_t blocklen;
|
||||
size_t taglen;
|
||||
};
|
||||
|
||||
struct lc_auth_ctx {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue