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 824692f commit 04448f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ext/openssl/openssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,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 04448f2

Please sign in to comment.