Commit 9ce5db45 authored by Ralf S. Engelschall's avatar Ralf S. Engelschall
Browse files

*** empty log message ***

parent 457c8a39
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -5,6 +5,10 @@

 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.
     [Paul Sutton]

+3 −3
Original line number Diff line number Diff line
@@ -177,7 +177,7 @@ WDIRS= windows
LIBS=   libcrypto.a libssl.a 

GENERAL=        Makefile
BASENAME=       opentls
BASENAME=       openssl
NAME=           $(BASENAME)-$(VERSION)
TARFILE=        $(NAME).tar
WTARFILE=       $(NAME)-win.tar
@@ -289,8 +289,8 @@ tar:
	@gtar --no-recursion -cvf - \
		`find * -depth -print | grep -v CVS | grep -v .cvsignore | sort` |\
	tardy --user_number=0  --user_name=rse      \
	      --group_number=0 --group_name=opentls \
	      --prefix=opentls-$(VERSION) - |\
	      --group_number=0 --group_name=openssl \
	      --prefix=openssl-$(VERSION) - |\
	gzip --best >../$(TARFILE).gz; \
	ls -l ../$(TARFILE).gz

test/riptest

deleted100644 → 0
−13 KiB

File deleted.