summaryrefslogtreecommitdiff
path: root/tools/extern.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2020-04-17 20:57:34 +0100
committerColin Watson <cjwatson@debian.org>2020-04-18 09:48:21 +0100
commitdf7226c4b684fd229dc046388225c69ded877721 (patch)
treee69014e1ee868c4ec178b8a36baae7de31786beb /tools/extern.h
parentf794345c2d734f593da8ed7754e5dbb5809c688d (diff)
parent75073d0a8478441cc97a6efa10b566c5fb1dac81 (diff)
Update upstream source from tag 'upstream/1.4.0'
Update to upstream version '1.4.0' with Debian dir 64889867df57bd13ea0cb964223697d378d391ce
Diffstat (limited to 'tools/extern.h')
-rw-r--r--tools/extern.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/extern.h b/tools/extern.h
index e79e6f0..be01046 100644
--- a/tools/extern.h
+++ b/tools/extern.h
@@ -7,6 +7,12 @@
7#ifndef _EXTERN_H_ 7#ifndef _EXTERN_H_
8#define _EXTERN_H_ 8#define _EXTERN_H_
9 9
10#include <stddef.h>
11#include <stdio.h>
12
13#include <openssl/ec.h>
14#include <fido.h>
15
10struct blob { 16struct blob {
11 unsigned char *ptr; 17 unsigned char *ptr;
12 size_t len; 18 size_t len;