Skip to content
Snippets Groups Projects
Commit 7ff0f904 authored by deuce's avatar deuce
Browse files

We can't change the configuration until after we call cryptInit().

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