Import of old SSLeay release: SSLeay 0.9.1b (unreleased)

This commit is contained in:
Ralf S. Engelschall
1998-12-21 11:00:56 +00:00
parent 58964a4922
commit dfeab0689f
501 changed files with 43472 additions and 4057 deletions

View File

@@ -59,7 +59,7 @@ asm/rm86-out.o: asm/rm86unix.cpp
# bsdi
asm/rm86bsdi.o: asm/rm86unix.cpp
$(CPP) -DBSDI asm/rm86unix.cpp | as -o asm/rm86bsdi.o
$(CPP) -DBSDI asm/rm86unix.cpp | sed 's/ :/:/' | as -o asm/rm86bsdi.o
asm/rm86unix.cpp:
(cd asm; perl rmd-586.pl cpp >rm86unix.cpp)

View File

@@ -59,7 +59,7 @@
#include <stdio.h>
#include "rmd_locl.h"
char *RMD160_version="RIPEMD160 part of SSLeay 0.9.0b 29-Jun-1998";
char *RMD160_version="RIPEMD160 part of SSLeay 0.9.1a 06-Jul-1998";
#ifndef NOPROTO
# ifdef RMD160_ASM
@@ -73,7 +73,7 @@ char *RMD160_version="RIPEMD160 part of SSLeay 0.9.0b 29-Jun-1998";
void ripemd160_block_x86();
# define ripemd160_block ripemd160_block_x86
# else
static void ripemd160_block();
void ripemd160_block();
# endif
#endif