diff options
author | Rob Austein <sra@hactrn.net> | 2007-06-07 02:37:32 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-06-07 02:37:32 +0000 |
commit | 5dadf34209c288b8fffba1016e6a3c9446381153 (patch) | |
tree | 2ec36232cafd0da10fffda780f08a43c97d70aad /tests | |
parent | 6fcf9830cfea5236faf42cc3437ed4bed06c16de (diff) |
Replace hacked OpenSSL code with OpenSSL 0.9.8e distribution.
svn path=/openssl/Makefile; revision=659
Diffstat (limited to 'tests')
-rw-r--r-- | tests/resource-set/Makefile | 2 | ||||
-rw-r--r-- | tests/uri/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/resource-set/Makefile b/tests/resource-set/Makefile index fea073a2..ff8b1c5b 100644 --- a/tests/resource-set/Makefile +++ b/tests/resource-set/Makefile @@ -1,6 +1,6 @@ # $Id$ -OPENSSL_DIR = ../../openssl/trunk +OPENSSL_DIR = ../../openssl/openssl-0.9.8e CFLAGS = -g -I${OPENSSL_DIR}/include diff --git a/tests/uri/Makefile b/tests/uri/Makefile index 3bb08771..aef0d004 100644 --- a/tests/uri/Makefile +++ b/tests/uri/Makefile @@ -1,6 +1,6 @@ # $Id$ -OPENSSL_DIR = ../../openssl/trunk +OPENSSL_DIR = ../../openssl/openssl-0.9.8e CFLAGS = -g -I${OPENSSL_DIR}/include |