Skip to content
Snippets Groups Projects
Commit cecc9032 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Removed warning on Digital-Unix.

Rev: src/modules/Ssleay/ssleay.c:1.6
parent 44f79778
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#include "config.h" #include "config.h"
#include "global.h" #include "global.h"
RCSID("$Id: ssleay.c,v 1.5 1997/05/19 22:52:03 hubbe Exp $"); RCSID("$Id: ssleay.c,v 1.6 1997/05/30 01:12:30 grubba Exp $");
#include "interpret.h" #include "interpret.h"
#include "svalue.h" #include "svalue.h"
#include "stralloc.h" #include "stralloc.h"
...@@ -223,7 +223,7 @@ static void ssleay_locking_callback(int mode, int type, char *file, int line) ...@@ -223,7 +223,7 @@ static void ssleay_locking_callback(int mode, int type, char *file, int line)
static unsigned long ssleay_thread_id(void) static unsigned long ssleay_thread_id(void)
{ {
return th_self(); return (unsigned long)th_self();
} }
static void ssleay_init_threads() static void ssleay_init_threads()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment