diff options
Diffstat (limited to 'ostp.d/include/net/auth.h')
-rw-r--r-- | ostp.d/include/net/auth.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <net/stpsession.h> int handle_srq(int client_fd, struct session_request *srq); +int negotiate_spw(int client_fd, unsigned char *session_key); #endif /* NET_AUTH_H_ */ |