Skip to content
Snippets Groups Projects
Commit 67f088d3 authored by deuce's avatar deuce
Browse files

I can't believe it's not butter!

parent 8605c27d
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ int init_crypt(void)
FreeLibrary(cryptlib);
return(-1);
}
if((cl.DestroySession=(cryptlib,"cryptDestroySession"))==NULL) {
if((cl.DestroySession=GetProcAddress(cryptlib,"cryptDestroySession"))==NULL) {
FreeLibrary(cryptlib);
return(-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