Fixed the OpenSSL error stack being printed wrong.

This commit is contained in:
Markus Makela
2015-06-09 17:18:25 +03:00
parent ab120cb1de
commit 1ad1a31ed7
2 changed files with 30 additions and 7 deletions

View File

@ -2038,4 +2038,4 @@ static void maxscale_ssl_lock(int mode,int n,const char* file, int line)
static unsigned long maxscale_ssl_id()
{
return (unsigned long)pthread_self();
}
}