Skip to content
Snippets Groups Projects
Commit 63590b2c authored by deuce's avatar deuce
Browse files

Add cl34 to the list of DLL names to try loading.

parent 6f0d0182
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ struct crypt_funcs cl;
int init_crypt(void)
{
dll_handle cryptlib;
const char *libnames[]={ "cl", "cl33", "cl32", NULL };
const char *libnames[]={ "cl", "cl34", "cl33", "cl32", NULL };
if(crypt_loaded)
return(0);
......
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