From d382f150dcd1a4317a62c5af2412bd304b3bfee7 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 26 Sep 2024 14:57:08 -0400 Subject: project: Introduce actual connections Signed-off-by: Ian Moffett --- ostp.d/include/net/auth.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ostp.d/include/net') diff --git a/ostp.d/include/net/auth.h b/ostp.d/include/net/auth.h index 752bfe2..76567c3 100644 --- a/ostp.d/include/net/auth.h +++ b/ostp.d/include/net/auth.h @@ -33,5 +33,6 @@ #include int handle_srq(int client_fd, struct session_request *srq); +int negotiate_spw(int client_fd, unsigned char *session_key); #endif /* NET_AUTH_H_ */ -- cgit v1.2.3