From f7f3c8ac391aa197c33579aa4d9997dbc0712063 Mon Sep 17 00:00:00 2001 From: divverent Date: Thu, 25 Nov 2010 18:46:32 +0000 Subject: [PATCH] fix a typo git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10628 d7cf8633-e32d-0410-b094-e92efae38249 --- crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto.h b/crypto.h index b78041f6..e7e77c60 100644 --- a/crypto.h +++ b/crypto.h @@ -53,7 +53,7 @@ const char *Crypto_GetInfoResponseDataString(void); qboolean Crypto_RetrieveHostKey(lhnetaddress_t *peeraddress, int *keyid, char *keyfp, size_t keyfplen, char *idfp, size_t idfplen, int *aeslevel); int Crypto_RetrieveLocalKey(int keyid, char *keyfp, size_t keyfplen, char *idfp, size_t idfplen); // return value: -1 if more to come, +1 if valid, 0 if end of list -qboolean Crypto_SignData(const void *data, size_t datasize, int keyid, void *signed_data, size_t signed_size); +size_t Crypto_SignData(const void *data, size_t datasize, int keyid, void *signed_data, size_t signed_size); // netconn protocol: // non-crypto: -- 2.39.2