]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
Cryptographic authentication support for the d0_blind_id library available on http...
[xonotic/darkplaces.git] / client.h
index 848e44277a603866363f6b5308a257cc73edf502..2820523cd96ead435cd81045a69fcf36adbbf0d4 100644 (file)
--- a/client.h
+++ b/client.h
@@ -710,6 +710,9 @@ typedef struct client_static_s
 
        // video capture stuff
        capturevideostate_t capturevideo;
+
+       // crypto channel
+       crypto_t crypto;
 }
 client_static_t;