diff options
author | David Sommerseth <davids@redhat.com> | 2011-05-31 16:59:30 +0200 |
---|---|---|
committer | David Sommerseth <davids@redhat.com> | 2011-05-31 23:44:35 +0200 |
commit | efcdf594f81a6af34b72285c12bacbce35c14b2d (patch) | |
tree | 3dd6550f7b02586378ecc587644a2c3d65a17cd7 /pkcs11.c | |
parent | Don't define ENABLE_PUSH_PEER_INFO if SSL is not available (diff) | |
download | openvpn-efcdf594f81a6af34b72285c12bacbce35c14b2d.tar.xz |
Fix compiling issues with pkcs11 when --disable-management is configured
pkcs11.c seems to miss some header files which gets implicitly added when
the management interface is enabled.
Signed-off-by: David Sommerseth <davids@redhat.com>
Tested-by: Mr Dash Four <mr.dash.four@googlemail.com>
Diffstat (limited to 'pkcs11.c')
-rw-r--r-- | pkcs11.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,6 +33,8 @@ #include "manage.h" #include "base64.h" #include "pkcs11.h" +#include "misc.h" +#include "otime.h" static time_t |