]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Fix PolarSSL and --pkcs12 option issues
authorDavid Sommerseth <davids@redhat.com>
Mon, 24 Oct 2011 06:53:35 +0000 (08:53 +0200)
committerDavid Sommerseth <davids@redhat.com>
Tue, 8 Nov 2011 16:06:25 +0000 (17:06 +0100)
commit93ee3932aaaa806dddbc1524515f45837d94aa8f
tree6cac163fb5220d9780afbb36db86e8fe2e01c099
parent8d22a9905d1243dbaf10493abdbb91718e8f9969
Fix PolarSSL and --pkcs12 option issues

PolarSSL does not support PKCS#12 certificate/key bundles, but had a
typo where #ifdef USE_POLARSSL was used, and it should have been #ifndef
instead.

Also added a few extra exclusions of PKCS#12 messages where appropriate,
to avoid confusing users.

Signed-off-by: David Sommerseth <davids@redhat.com>
Acked-by: Adriaan de Jong <dejong@fox-it.com>
options.c