DJGPP changes. Contributed by Doug Kaufman <dkaufman@rahul.net>

This commit is contained in:
Richard Levitte
2005-05-30 22:37:44 +00:00
parent 188b05792f
commit b29228836a
3 changed files with 10 additions and 1 deletions

View File

@@ -262,6 +262,9 @@ static char *engine_id=NULL;
static const char *session_id_prefix=NULL;
static int enable_timeouts = 0;
#ifdef mtu
#undef mtu
#endif
static long mtu;
static int cert_chain = 0;
@@ -534,6 +537,9 @@ int MAIN(int argc, char *argv[])
int no_tmp_rsa=0,no_dhe=0,no_ecdhe=0,nocert=0;
int state=0;
SSL_METHOD *meth=NULL;
#ifdef sock_type
#undef sock_type
#endif
int sock_type=SOCK_STREAM;
#ifndef OPENSSL_NO_ENGINE
ENGINE *e=NULL;