VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Random.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2016-01-31 23:38:40 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2016-01-31 23:42:11 +0100
commit5aec655b8b46ba3cfc084a16e1b9675f1a8bb876 (patch)
tree92146f440c67e0a9881aa30c4017f14921ee1ea1 /src/Common/Random.h
parent2c0776e9870e52013c574e7a926c2ddd9b202422 (diff)
downloadVeraCrypt-5aec655b8b46ba3cfc084a16e1b9675f1a8bb876.tar.gz
VeraCrypt-5aec655b8b46ba3cfc084a16e1b9675f1a8bb876.zip
Windows: solve bootloader compilation error
Diffstat (limited to 'src/Common/Random.h')
-rw-r--r--src/Common/Random.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Random.h b/src/Common/Random.h
index ef8ee79e..0d397091 100644
--- a/src/Common/Random.h
+++ b/src/Common/Random.h
@@ -45,7 +45,6 @@ BOOL Randmix ( void );
void RandaddBuf ( void *buf , int len );
BOOL FastPoll ( void );
BOOL SlowPoll ( void );
-BOOL RandpeekBytes ( void* hwndDlg, unsigned char *buf , int len, DWORD* mouseCounter );
/* Get len random bytes from the pool (max. RNG_POOL_SIZE bytes per a single call) */
BOOL RandgetBytes ( void* hwndDlg, unsigned char *buf , int len, BOOL forceSlowPoll );
@@ -63,6 +62,7 @@ extern BOOL volatile bRandmixEnabled;
extern DWORD CryptoAPILastError;
extern DWORD ProcessedMouseEventsCounter;
+BOOL RandpeekBytes ( void* hwndDlg, unsigned char *buf , int len, DWORD* mouseCounter );
void RandAddInt64 ( unsigned __int64 x );
LRESULT CALLBACK MouseProc ( int nCode , WPARAM wParam , LPARAM lParam );