0
0
mirror of https://github.com/OpenVPN/openvpn.git synced 2024-09-20 03:52:28 +02:00

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>
This commit is contained in:
David Sommerseth 2011-05-31 16:59:30 +02:00
parent 21fc2edfc4
commit efcdf594f8

View File

@ -33,6 +33,8 @@
#include "manage.h" #include "manage.h"
#include "base64.h" #include "base64.h"
#include "pkcs11.h" #include "pkcs11.h"
#include "misc.h"
#include "otime.h"
static static
time_t time_t