Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 304431
Collapse All | Expand All

(-)virtuoso-opensource-6.1.0/libsrc/Dk/Dkernel.c (+4 lines)
Lines 66-71 Link Here
66
#include <openssl/pkcs12.h>
66
#include <openssl/pkcs12.h>
67
#include <openssl/rand.h>
67
#include <openssl/rand.h>
68
68
69
#if OPENSSL_VERSION_NUMBER >= 0x10000000L
70
#define STACK _STACK
71
#endif
72
69
static void ssl_server_init ();
73
static void ssl_server_init ();
70
74
71
#ifndef NO_THREAD
75
#ifndef NO_THREAD
(-)virtuoso-opensource-6.1.0/libsrc/Wi/http.c (+4 lines)
Lines 79-84 Link Here
79
#define closesocket close
79
#define closesocket close
80
#endif
80
#endif
81
81
82
#if OPENSSL_VERSION_NUMBER >= 0x10000000L
83
#define STACK _STACK
84
#endif
85
82
resource_t *ws_dbcs;
86
resource_t *ws_dbcs;
83
basket_t ws_queue;
87
basket_t ws_queue;
84
dk_mutex_t * ws_queue_mtx;
88
dk_mutex_t * ws_queue_mtx;

Return to bug 304431