diff options
Diffstat (limited to 'dh.c')
-rw-r--r-- | dh.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -43,6 +43,8 @@ #include "misc.h" #include "ssherr.h" +#include "openbsd-compat/openssl-compat.h" + static int parse_prime(int linenum, char *line, struct dhgroup *dhg) { |