Skip to content

Commit

Permalink
Fix Mageia TSS2_ESYS build
Browse files Browse the repository at this point in the history
On Mageia Cauldron latest openconnect 8.00 and 8.01 fais to build with
TSS2_ESYS support due to a missing header in gnutls_tpm2_esys.c file, so
adding #include <errno.h> in gnutls_tpm2_esys.c fixes build.

Signed-off-by: David Geiger (Mageia Linux Team Packager) <geiger.david68210@gmail.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
david-geiger authored and dwmw2 committed Jan 5, 2019
1 parent a069077 commit 57d8879
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gnutls_tpm2_esys.c
Expand Up @@ -53,6 +53,7 @@
#include "openconnect-internal.h"
#include "gnutls.h"

#include <errno.h>
#include <stdio.h>
#include <string.h>

Expand Down

0 comments on commit 57d8879

Please sign in to comment.