Import of old SSLeay release: SSLeay 0.9.1b (unreleased)
This commit is contained in:
@@ -61,7 +61,7 @@ asm/r586-out.o: asm/r586unix.cpp
|
||||
|
||||
# bsdi
|
||||
asm/r586bsdi.o: asm/r586unix.cpp
|
||||
$(CPP) -DBSDI asm/r586unix.cpp | as -o asm/r586bsdi.o
|
||||
$(CPP) -DBSDI asm/r586unix.cpp | sed 's/ :/:/' | as -o asm/r586bsdi.o
|
||||
|
||||
asm/r586unix.cpp:
|
||||
(cd asm; perl rc5-586.pl cpp >r586unix.cpp)
|
||||
@@ -72,7 +72,7 @@ files:
|
||||
links:
|
||||
/bin/rm -f Makefile
|
||||
$(TOP)/util/point.sh Makefile.ssl Makefile ;
|
||||
$(TOP)/util/point.sh ../../doc/rc5.doc rc5.doc ;
|
||||
# $(TOP)/util/point.sh ../../doc/rc5.doc rc5.doc ;
|
||||
$(TOP)/util/mklink.sh ../../include $(EXHEADER)
|
||||
$(TOP)/util/mklink.sh ../../test $(TEST)
|
||||
$(TOP)/util/mklink.sh ../../apps $(APPS)
|
||||
|
@@ -59,7 +59,7 @@
|
||||
#include "rc5.h"
|
||||
#include "rc5_locl.h"
|
||||
|
||||
char *RC5_version="RC5 part of SSLeay 0.9.0b 29-Jun-1998";
|
||||
char *RC5_version="RC5 part of SSLeay 0.9.1a 06-Jul-1998";
|
||||
|
||||
void RC5_32_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
|
||||
|
Reference in New Issue
Block a user