*** empty log message ***
This commit is contained in:
parent
9ce5db45be
commit
f10a5c2a96
4
CHANGES
4
CHANGES
@ -5,8 +5,8 @@
|
|||||||
|
|
||||||
Changes between 0.9.01b and 0.9.1c
|
Changes between 0.9.01b and 0.9.1c
|
||||||
|
|
||||||
*) Added OPENSSL_VERSION_NUMBER to crypto/crypto.h and as a first
|
*) Added OPENSSL_VERSION_NUMBER to crypto/crypto.h and
|
||||||
step changed SSLeay to SSLeay/OpenSSL in version strings.
|
changed SSLeay to OpenSSL in version strings.
|
||||||
[Ralf S. Engelschall]
|
[Ralf S. Engelschall]
|
||||||
|
|
||||||
*) Some fixups to the top-level documents.
|
*) Some fixups to the top-level documents.
|
||||||
|
8
MINFO
8
MINFO
@ -1,6 +1,6 @@
|
|||||||
RELATIVE_DIRECTORY=.
|
RELATIVE_DIRECTORY=.
|
||||||
AR=ar r
|
AR=ar r
|
||||||
BASENAME=opentls
|
BASENAME=openssl
|
||||||
BF_ENC=bf_enc.o
|
BF_ENC=bf_enc.o
|
||||||
BN_ASM=bn_asm.o
|
BN_ASM=bn_asm.o
|
||||||
CAST_ENC=c_enc.o
|
CAST_ENC=c_enc.o
|
||||||
@ -20,7 +20,7 @@ MAKEFILE=Makefile.ssl
|
|||||||
MAN1=1
|
MAN1=1
|
||||||
MAN3=3
|
MAN3=3
|
||||||
MD5_ASM_OBJ=
|
MD5_ASM_OBJ=
|
||||||
NAME=opentls-0.9.1c
|
NAME=openssl-0.9.1c
|
||||||
ONEDIRS=out tmp
|
ONEDIRS=out tmp
|
||||||
PEX_LIBS=-L. -L.. -L../.. -L../../..
|
PEX_LIBS=-L. -L.. -L../.. -L../../..
|
||||||
PLATFORM=dist
|
PLATFORM=dist
|
||||||
@ -30,11 +30,11 @@ RMD160_ASM_OBJ=
|
|||||||
SDIRS=md2 md5 sha mdc2 hmac ripemd des rc2 rc4 rc5 idea bf cast bn rsa dsa dh buffer bio stack lhash rand err objects evp pem asn1 x509 conf txt_db pkcs7 comp
|
SDIRS=md2 md5 sha mdc2 hmac ripemd des rc2 rc4 rc5 idea bf cast bn rsa dsa dh buffer bio stack lhash rand err objects evp pem asn1 x509 conf txt_db pkcs7 comp
|
||||||
SHA1_ASM_OBJ=
|
SHA1_ASM_OBJ=
|
||||||
SHELL=/bin/sh
|
SHELL=/bin/sh
|
||||||
TARFILE=opentls-0.9.1c.tar
|
TARFILE=openssl-0.9.1c.tar
|
||||||
TOP=.
|
TOP=.
|
||||||
VERSION=0.9.1c
|
VERSION=0.9.1c
|
||||||
WDIRS=windows
|
WDIRS=windows
|
||||||
WTARFILE=opentls-0.9.1c-win.tar
|
WTARFILE=openssl-0.9.1c-win.tar
|
||||||
RELATIVE_DIRECTORY=
|
RELATIVE_DIRECTORY=
|
||||||
RELATIVE_DIRECTORY=crypto
|
RELATIVE_DIRECTORY=crypto
|
||||||
ALL=Makefile README cryptlib.c mem.c cversion.c ex_data.c tmdiff.c cpt_err.c cryptlib.h date.h crypto.h cryptall.h tmdiff.h
|
ALL=Makefile README cryptlib.c mem.c cversion.c ex_data.c tmdiff.c cpt_err.c cryptlib.h date.h crypto.h cryptall.h tmdiff.h
|
||||||
|
@ -60,7 +60,7 @@ foreach $file (@files)
|
|||||||
|
|
||||||
while (<IN>)
|
while (<IN>)
|
||||||
{
|
{
|
||||||
if ((s/(SSLeay|OpenSSL|SSLeay\/OpenSSL) \d\.\d.\d[^"]*(\"|\s)/SSLeay\/OpenSSL $ver $time\2/) ||
|
if ((s/(SSLeay|OpenSSL|SSLeay\/OpenSSL) \d\.\d.\d[^"]*(\"|\s)/OpenSSL $ver $time\2/) ||
|
||||||
s/^(\#define\s+OPENSSL_VERSION_NUMBER\s+0x)[0-9a-zA-Z]+(.*)$/$1$xver$2/)
|
s/^(\#define\s+OPENSSL_VERSION_NUMBER\s+0x)[0-9a-zA-Z]+(.*)$/$1$xver$2/)
|
||||||
{
|
{
|
||||||
print STDERR " Done";
|
print STDERR " Done";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user