diff options
Diffstat (limited to 'moduli.c')
-rw-r--r-- | moduli.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -39,6 +39,8 @@ | |||
39 | 39 | ||
40 | #include "includes.h" | 40 | #include "includes.h" |
41 | 41 | ||
42 | #ifdef WITH_OPENSSL | ||
43 | |||
42 | #include <sys/param.h> | 44 | #include <sys/param.h> |
43 | #include <sys/types.h> | 45 | #include <sys/types.h> |
44 | 46 | ||
@@ -802,3 +804,5 @@ prime_test(FILE *in, FILE *out, u_int32_t trials, u_int32_t generator_wanted, | |||
802 | 804 | ||
803 | return (res); | 805 | return (res); |
804 | } | 806 | } |
807 | |||
808 | #endif /* WITH_OPENSSL */ | ||