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 /pow/POW-0.7/setup.py | |
parent | 0487907ac58a6f2f84177434091743879733304e (diff) |
OpenSSL 0.9.8f -> 0.9.8g
svn path=/openssl/Makefile; revision=1191
Diffstat (limited to 'pow/POW-0.7/setup.py')
-rw-r--r-- | pow/POW-0.7/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pow/POW-0.7/setup.py b/pow/POW-0.7/setup.py index 37b7ba61..240a1a31 100644 --- a/pow/POW-0.7/setup.py +++ b/pow/POW-0.7/setup.py @@ -13,7 +13,7 @@ oidinfo.dumpobjs('lib/_objects.py') print 'writing oid module' oidinfo.dumpoids('lib/_oids.py') -library_dirs = [ "../../openssl/openssl-0.9.8f" ] +library_dirs = [ "../../openssl/openssl-0.9.8g" ] include_dirs = [ library_dirs[0] + "/include" ] libraries = [ "ssl", "crypto" ] |