diff options
author | Rob Austein <sra@hactrn.net> | 2007-10-29 16:08:39 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-10-29 16:08:39 +0000 |
commit | ad6d9a46ba9a14d6cd5560ee78ba4cc1ad770ff6 (patch) | |
tree | 208b82f25f3c56e3b6fc3388bb92a4eaa824601f /tests | |
parent | 0487907ac58a6f2f84177434091743879733304e (diff) |
OpenSSL 0.9.8f -> 0.9.8g
svn path=/openssl/Makefile; revision=1191
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 e73674e4..364d7ad5 100644 --- a/tests/resource-set/Makefile +++ b/tests/resource-set/Makefile @@ -1,6 +1,6 @@ # $Id$ -OPENSSL_DIR = ../../openssl/openssl-0.9.8f +OPENSSL_DIR = ../../openssl/openssl-0.9.8g CFLAGS = -g -I${OPENSSL_DIR}/include diff --git a/tests/uri/Makefile b/tests/uri/Makefile index 80d7eed1..3c57fdf8 100644 --- a/tests/uri/Makefile +++ b/tests/uri/Makefile @@ -1,6 +1,6 @@ # $Id$ -OPENSSL_DIR = ../../openssl/openssl-0.9.8f +OPENSSL_DIR = ../../openssl/openssl-0.9.8g CFLAGS = -g -I${OPENSSL_DIR}/include |