From 73ead92c2d37d5d091992ef617c4abdfe9907a18 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sun, 29 Sep 2024 22:38:43 -0400 Subject: project: Massive fixups - Fix client handling - Add multithreading - Fixup bad values Signed-off-by: Ian Moffett --- lib/include/net/auth.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/include/net') diff --git a/lib/include/net/auth.h b/lib/include/net/auth.h index d672231..0f22d22 100644 --- a/lib/include/net/auth.h +++ b/lib/include/net/auth.h @@ -34,8 +34,8 @@ #include #include -int handle_srq(struct ostp_session *sp, struct ostp_listener *lp, +int handle_srq(struct ostp_client *c, struct ostp_listener *lp, struct session_request *srq); -int negotiate_spw(struct ostp_session *sp, unsigned char *session_key); +int negotiate_spw(struct ostp_client *c, unsigned char *session_key); #endif /* NET_AUTH_H_ */ -- cgit v1.2.3