]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - crypto.h
added r_shadow_shadowmapping_useshadowsampler cvar for performance
[xonotic/darkplaces.git] / crypto.h
index 2cff5c2db1f02ff8457c12889d9199118f4bad71..7edfcd98a389af04ed25559a62de798ebb2fa851 100644 (file)
--- a/crypto.h
+++ b/crypto.h
@@ -31,6 +31,7 @@ crypto_t;
 
 void Crypto_Init(void);
 void Crypto_Init_Commands(void);
+void Crypto_LoadKeys(void); // NOTE: when this is called, the SV_LockThreadMutex MUST be active
 void Crypto_Shutdown(void);
 qboolean Crypto_Available(void);
 void sha256(unsigned char *out, const unsigned char *in, int n); // may ONLY be called if Crypto_Available()