Skip to content

Commit

Permalink
added timezone define for NetWare.
Browse files Browse the repository at this point in the history
  • Loading branch information
Guenter Knauf committed Nov 3, 2009
1 parent 389811a commit 5703dbe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ext/openssl/openssl.c
Expand Up @@ -49,6 +49,10 @@
/* Common */
#include <time.h>

#ifdef NETWARE
#define timezone _timezone /* timezone is called _timezone in LibC */
#endif

#define DEFAULT_KEY_LENGTH 512
#define MIN_KEY_LENGTH 384

Expand Down

0 comments on commit 5703dbe

Please sign in to comment.