Import of old SSLeay release: SSLeay 0.9.1b (unreleased)
This commit is contained in:
@@ -63,7 +63,7 @@ asm/rx86-out.o: asm/rx86unix.cpp
|
||||
|
||||
# bsdi
|
||||
asm/rx86bsdi.o: asm/rx86unix.cpp
|
||||
$(CPP) -DBSDI asm/rx86unix.cpp | as -o asm/rx86bsdi.o
|
||||
$(CPP) -DBSDI asm/rx86unix.cpp | sed 's/ :/:/' | as -o asm/rx86bsdi.o
|
||||
|
||||
asm/rx86unix.cpp:
|
||||
(cd asm; perl rc4-586.pl cpp >rx86unix.cpp)
|
||||
|
@@ -95,7 +95,6 @@ unsigned char *outdata;
|
||||
#define RC4_LOOP(a,b,i) LOOP(a[i],b[i])
|
||||
#endif
|
||||
|
||||
i= -(int)len;
|
||||
i=(int)(len>>3L);
|
||||
if (i)
|
||||
{
|
||||
|
@@ -59,7 +59,7 @@
|
||||
#include "rc4.h"
|
||||
#include "rc4_locl.h"
|
||||
|
||||
char *RC4_version="RC4 part of SSLeay 0.9.0b 29-Jun-1998";
|
||||
char *RC4_version="RC4 part of SSLeay 0.9.1a 06-Jul-1998";
|
||||
|
||||
char *RC4_options()
|
||||
{
|
||||
|
@@ -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