[PATCH ocserv] Add missing GnuTLS header file

Nikos Mavrogiannopoulos nmav at gnutls.org
Wed May 21 02:17:29 PDT 2014


On Wed, May 21, 2014 at 5:23 AM, Kevin Cernekee <cernekee at gmail.com> wrote:
> sec-mod.h now uses gnutls_privkey_t, so include <gnutls/abstract.h> to
> fix this error:
>
>       CC       main-misc.o
>     In file included from main-misc.c:43:0:
>     ./sec-mod.h:31:2: error: unknown type name 'gnutls_privkey_t'
>       gnutls_privkey_t *key;
>       ^
> ---
>  src/sec-mod.h | 1 +
>  1 file changed, 1 insertion(+)

Applied, thank you.



More information about the openconnect-devel mailing list