*** empty log message ***
authorRalf S. Engelschall <rse@openssl.org>
Wed, 23 Dec 1998 07:58:53 +0000 (07:58 +0000)
committerRalf S. Engelschall <rse@openssl.org>
Wed, 23 Dec 1998 07:58:53 +0000 (07:58 +0000)
CHANGES
Makefile.ssl
test/riptest [deleted file]

diff --git a/CHANGES b/CHANGES
index 1e48891c1e4f9c570b4977413413453e18bda2e4..1b38de47546f5a32ffef1c619f1b82871e1f8dc4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,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]
index 7183f52dfbe94bcb28d7d88cb05392d5540e3c7d..f6cb64329a9c299d7251d03be41fdfb9b13156a8 100644 (file)
@@ -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
 
diff --git a/test/riptest b/test/riptest
deleted file mode 100644 (file)
index 8685d0c..0000000
Binary files a/test/riptest and /dev/null differ