Various fixes to Win32, update ssleay.num, libeay.num, shuffle various #ifdefs
around so more options appear in e_os.h
This commit is contained in:
@@ -62,7 +62,6 @@
|
||||
|
||||
*/
|
||||
|
||||
#if !defined(WIN32) || defined(WINNT)
|
||||
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
@@ -74,6 +73,8 @@
|
||||
#include "cryptlib.h"
|
||||
#include "buffer.h"
|
||||
#include "err.h"
|
||||
#ifndef NO_SYSLOG
|
||||
|
||||
|
||||
#ifndef NOPROTO
|
||||
static int MS_CALLBACK slg_write(BIO *h,char *buf,int num);
|
||||
|
||||
@@ -63,13 +63,9 @@
|
||||
#include <graph.h>
|
||||
#endif
|
||||
|
||||
#if defined(WIN32) && !defined(WINNT)
|
||||
#define WIN_CONSOLE_BUG
|
||||
#endif
|
||||
|
||||
|
||||
/* 06-Apr-92 Luke Brennan Support for VMS */
|
||||
#include "des_locl.h"
|
||||
#include "cryptlib.h"
|
||||
#include <signal.h>
|
||||
#include <string.h>
|
||||
#include <setjmp.h>
|
||||
|
||||
Reference in New Issue
Block a user