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:
Dr. Stephen Henson
1999-03-08 18:41:15 +00:00
parent 86fd166eeb
commit 6e0642407d
6 changed files with 16 additions and 8 deletions

View File

@@ -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);

View File

@@ -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>