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