mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
*** empty log message ***
This commit is contained in:
parent
457c8a3965
commit
9ce5db45be
4
CHANGES
4
CHANGES
@ -5,6 +5,10 @@
|
|||||||
|
|
||||||
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
|
||||||
|
step changed SSLeay to SSLeay/OpenSSL in version strings.
|
||||||
|
[Ralf S. Engelschall]
|
||||||
|
|
||||||
*) Some fixups to the top-level documents.
|
*) Some fixups to the top-level documents.
|
||||||
[Paul Sutton]
|
[Paul Sutton]
|
||||||
|
|
||||||
|
@ -177,7 +177,7 @@ WDIRS= windows
|
|||||||
LIBS= libcrypto.a libssl.a
|
LIBS= libcrypto.a libssl.a
|
||||||
|
|
||||||
GENERAL= Makefile
|
GENERAL= Makefile
|
||||||
BASENAME= opentls
|
BASENAME= openssl
|
||||||
NAME= $(BASENAME)-$(VERSION)
|
NAME= $(BASENAME)-$(VERSION)
|
||||||
TARFILE= $(NAME).tar
|
TARFILE= $(NAME).tar
|
||||||
WTARFILE= $(NAME)-win.tar
|
WTARFILE= $(NAME)-win.tar
|
||||||
@ -289,8 +289,8 @@ tar:
|
|||||||
@gtar --no-recursion -cvf - \
|
@gtar --no-recursion -cvf - \
|
||||||
`find * -depth -print | grep -v CVS | grep -v .cvsignore | sort` |\
|
`find * -depth -print | grep -v CVS | grep -v .cvsignore | sort` |\
|
||||||
tardy --user_number=0 --user_name=rse \
|
tardy --user_number=0 --user_name=rse \
|
||||||
--group_number=0 --group_name=opentls \
|
--group_number=0 --group_name=openssl \
|
||||||
--prefix=opentls-$(VERSION) - |\
|
--prefix=openssl-$(VERSION) - |\
|
||||||
gzip --best >../$(TARFILE).gz; \
|
gzip --best >../$(TARFILE).gz; \
|
||||||
ls -l ../$(TARFILE).gz
|
ls -l ../$(TARFILE).gz
|
||||||
|
|
||||||
|
BIN
test/riptest
BIN
test/riptest
Binary file not shown.
Loading…
Reference in New Issue
Block a user