diff options
Diffstat (limited to 'kexdh.c')
-rw-r--r-- | kexdh.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: kexdh.c,v 1.34 2020/12/04 02:29:25 djm Exp $ */ +/* $OpenBSD: kexdh.c,v 1.35 2025/10/03 00:08:02 djm Exp $ */ /* * Copyright (c) 2019 Markus Friedl. All rights reserved. * @@ -34,6 +34,7 @@ #include <signal.h> #include "openbsd-compat/openssl-compat.h" +#include <openssl/bn.h> #include <openssl/dh.h> #include "sshkey.h" |