Skip to content
Snippets Groups Projects
Commit 08c8a58f authored by deuce's avatar deuce
Browse files

Remove cruft.

parent c85e8b48
Branches
Tags
No related merge requests found
...@@ -79,7 +79,6 @@ int do_cryptInit(void) ...@@ -79,7 +79,6 @@ int do_cryptInit(void)
int ret; int ret;
if(!cryptInitialized) { if(!cryptInitialized) {
// do_cryptAttribute(CRYPT_UNUSED, CRYPT_OPTION_MISC_ASYNCINIT, FALSE);
if((ret=cryptInit())==CRYPT_OK) { if((ret=cryptInit())==CRYPT_OK) {
cryptAddRandom(NULL,CRYPT_RANDOM_SLOWPOLL); cryptAddRandom(NULL,CRYPT_RANDOM_SLOWPOLL);
cryptInitialized=1; cryptInitialized=1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment