Change Makefile so that it works without any additional changes
authorBodo Möller <bodo@openssl.org>
Tue, 18 Sep 2001 09:15:40 +0000 (09:15 +0000)
committerBodo Möller <bodo@openssl.org>
Tue, 18 Sep 2001 09:15:40 +0000 (09:15 +0000)
at least on Solaris

demos/easy_tls/Makefile
demos/easy_tls/README

index 0d407eda22ade9f6097333ce7c52ad2494632807..208070074c028dd97a480c60598d7c37ff71e5a2 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for easy-tls example application (rudimentary client and server)
 # Makefile for easy-tls example application (rudimentary client and server)
-# $Id: Makefile,v 1.1 2001/09/17 19:06:56 bodo Exp $
+# $Id: Makefile,v 1.2 2001/09/18 09:15:40 bodo Exp $
 
 SOLARIS_CFLAGS=-Wall -pedantic -g -O2
 SOLARIS_LIBS=-lxnet
 
 SOLARIS_CFLAGS=-Wall -pedantic -g -O2
 SOLARIS_LIBS=-lxnet
@@ -22,7 +22,7 @@ all: test TAGS
 # For adapting this Makefile to a different system, only the following
 # definitions should need customizing:
 
 # For adapting this Makefile to a different system, only the following
 # definitions should need customizing:
 
-OPENSSLDIR=$(HOME)/openssl/openssl
+OPENSSLDIR=../..
 CC=gcc
 
 SYSCFLAGS=whatever
 CC=gcc
 
 SYSCFLAGS=whatever
index bf5eeca4e6f69e7474d08268699e84bca978891b..816a58009c86df8c70dd75baea85bd47f3810456 100644 (file)
@@ -53,9 +53,10 @@ easy_tls - generic SSL/TLS proxy
      'T' multiple times.  I have no idea why you would want to though.
 
 
      'T' multiple times.  I have no idea why you would want to though.
 
 
-This code is rather old.  When I find time I will look if it still
-compiles, and update code comments.  The least you will have to do to
-use the sample program 'test' is change the Makefile.
+This code is rather old.  When I find time I will update anything that
+should be changed, and improve code comments.  To compile the sample
+program 'test' on platforms other then Linux or Solaris, you will have
+to edit the Makefile.
 
 As noted above, easy_tls.c will be changed to become a library one
 day, which means that future revisions will not be fully compatible to
 
 As noted above, easy_tls.c will be changed to become a library one
 day, which means that future revisions will not be fully compatible to