Import of old SSLeay release: SSLeay 0.9.1b (unreleased)
This commit is contained in:
@@ -64,7 +64,7 @@ asm/cx86-out.o: asm/cx86unix.cpp
|
||||
|
||||
# bsdi
|
||||
asm/cx86bsdi.o: asm/cx86unix.cpp
|
||||
$(CPP) -DBSDI asm/cx86unix.cpp | as -o asm/cx86bsdi.o
|
||||
$(CPP) -DBSDI asm/cx86unix.cpp | sed 's/ :/:/' | as -o asm/cx86bsdi.o
|
||||
|
||||
asm/cx86unix.cpp:
|
||||
(cd asm; perl cast-586.pl cpp >cx86unix.cpp)
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
#include "cast.h"
|
||||
#include "cast_lcl.h"
|
||||
|
||||
char *CAST_version="CAST part of SSLeay 0.9.0b 29-Jun-1998";
|
||||
char *CAST_version="CAST part of SSLeay 0.9.1a 06-Jul-1998";
|
||||
|
||||
void CAST_ecb_encrypt(in, out, ks, encrypt)
|
||||
unsigned char *in;
|
||||
|
||||
@@ -92,7 +92,8 @@ struct tms {
|
||||
#include <sys/timeb.h>
|
||||
#endif
|
||||
|
||||
#ifdef sun
|
||||
#if defined(sun) || defined(__ultrix)
|
||||
#define _POSIX_SOURCE
|
||||
#include <limits.h>
|
||||
#include <sys/param.h>
|
||||
#endif
|
||||
|
||||
@@ -92,7 +92,8 @@ struct tms {
|
||||
#include <sys/timeb.h>
|
||||
#endif
|
||||
|
||||
#ifdef sun
|
||||
#if defined(sun) || defined(__ultrix)
|
||||
#define _POSIX_SOURCE
|
||||
#include <limits.h>
|
||||
#include <sys/param.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user