Restore support for openssl 0.9.7 (Debian Sarge).
commit3b7dcc4c089faf956414a52971730adff2b9be9f
authorAvery Pennarun <apenwarr@gmail.com>
Wed, 3 Sep 2008 20:47:35 +0000 (3 20:47 +0000)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 3 Sep 2008 21:55:20 +0000 (3 21:55 +0000)
tree63ea3fe57a4119ea137cdbf81e5f80416fa30076
parentbc5730c19b219aa4bd8daf18932dd78ec284535f
Restore support for openssl 0.9.7 (Debian Sarge).

This adds a HAVE_OPENSSL_POLICY_MAPPING autoconf setting, which is false on
0.9.7 but true on 0.9.8.  A few WvX509-related methods are #ifdef'd out when
this define is false, which is okay because wvstreams itself doesn't depend
on them anyway.
configure.ac
crypto/t/wvx509.t.cc
crypto/tests/printcert.cc
crypto/wvx509.cc
crypto/wvx509mgr.cc