summaryrefslogtreecommitdiff
path: root/examples/util.c
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2020-09-20 17:48:15 +0100
committerColin Watson <cjwatson@debian.org>2020-09-20 17:48:15 +0100
commit05fa6dd7724ccfd1c183e6e4bf9d22eb12abea8c (patch)
tree71d3eccc33c93c230b021c72f1fb9cf2247bf6c0 /examples/util.c
parentb77d6ed4d47acbc836f05be0e9f4abeb104e21ff (diff)
parent173bfbf7886608a4a7abbfac6a42ac4bf4a3432d (diff)
Update upstream source from tag 'upstream/1.5.0'
Update to upstream version '1.5.0' with Debian dir 102fd7ed15b138200444754d256b136933185ec2
Diffstat (limited to 'examples/util.c')
-rw-r--r--examples/util.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/util.c b/examples/util.c
index 2f6a845..5291cd8 100644
--- a/examples/util.c
+++ b/examples/util.c
@@ -27,13 +27,12 @@
27#include "../openbsd-compat/posix_win.h" 27#include "../openbsd-compat/posix_win.h"
28#endif 28#endif
29 29
30#include "../openbsd-compat/openbsd-compat.h"
31
32#include "fido.h" 30#include "fido.h"
33#include "fido/es256.h" 31#include "fido/es256.h"
34#include "fido/rs256.h" 32#include "fido/rs256.h"
35#include "fido/eddsa.h" 33#include "fido/eddsa.h"
36#include "extern.h" 34#include "extern.h"
35#include "../openbsd-compat/openbsd-compat.h"
37 36
38#ifdef SIGNAL_EXAMPLE 37#ifdef SIGNAL_EXAMPLE
39volatile sig_atomic_t got_signal = 0; 38volatile sig_atomic_t got_signal = 0;