diff options
author | Arne Schwabe <arne@rfc2549.org> | 2014-04-23 12:20:12 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2014-04-23 12:20:12 +0200 |
commit | c69ba1780496c260a1b4498596bae428e0df232d (patch) | |
tree | ecdea238a5e31b9b3dd0432dc50677758d329a69 /main/openvpn/include/openvpn-plugin.h | |
parent | e436c963f0976b885a7db04681344779e26dd3b5 (diff) |
Update openvpn code
Diffstat (limited to 'main/openvpn/include/openvpn-plugin.h')
-rw-r--r-- | main/openvpn/include/openvpn-plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/openvpn/include/openvpn-plugin.h b/main/openvpn/include/openvpn-plugin.h index 03da92ab..5f2d4079 100644 --- a/main/openvpn/include/openvpn-plugin.h +++ b/main/openvpn/include/openvpn-plugin.h @@ -29,10 +29,10 @@ #ifdef ENABLE_SSL #ifdef ENABLE_CRYPTO_POLARSSL -#include <polarssl/x509.h> +#include <polarssl/x509_crt.h> #ifndef __OPENVPN_X509_CERT_T_DECLARED #define __OPENVPN_X509_CERT_T_DECLARED -typedef x509_cert openvpn_x509_cert_t; +typedef x509_crt openvpn_x509_cert_t; #endif #else #include <openssl/x509.h> |