diff options
Diffstat (limited to 'ssh-ecdsa-sk.c')
-rw-r--r-- | ssh-ecdsa-sk.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ssh-ecdsa-sk.c b/ssh-ecdsa-sk.c index 7bdecd584..0d4d01cac 100644 --- a/ssh-ecdsa-sk.c +++ b/ssh-ecdsa-sk.c @@ -41,6 +41,8 @@ #include <string.h> #include <stdio.h> /* needed for DEBUG_SK only */ +#include "openbsd-compat/openssl-compat.h" + #include "sshbuf.h" #include "ssherr.h" #include "digest.h" |