diff options
author | Rob Austein <sra@hactrn.net> | 2007-10-19 19:01:14 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-10-19 19:01:14 +0000 |
commit | 7136f6e478edde96347a97975d417afbbf97c966 (patch) | |
tree | a36b3f355420f241162c815846f237252d80d57c /rcynic | |
parent | bcf1de94540172170e3ffd3a5f8705089efb1766 (diff) |
OpenSSL 0.9.8f
svn path=/openssl/Makefile; revision=1175
Diffstat (limited to 'rcynic')
-rw-r--r-- | rcynic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rcynic/Makefile b/rcynic/Makefile index 09bd3af1..a8768583 100644 --- a/rcynic/Makefile +++ b/rcynic/Makefile @@ -1,6 +1,6 @@ # $Id$ -OPENSSL_DIR = ../openssl/openssl-0.9.8e +OPENSSL_DIR = ../openssl/openssl-0.9.8f CFLAGS = -g -I${OPENSSL_DIR}/include -Wall -Werror -Wshadow -Wmissing-prototypes -Wmissing-declarations LDFLAGS = -static |