summaryrefslogtreecommitdiff
path: root/src/dh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dh.c')
-rw-r--r--src/dh.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dh.c b/src/dh.c
index 3c0eacbb17..88845bf231 100644
--- a/src/dh.c
+++ b/src/dh.c
@@ -20,8 +20,6 @@
#include <config.h>
-#ifdef ENABLE_PKI
-
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
@@ -241,4 +239,3 @@ generate_prime (int how, common_info_st * info)
return 0;
}
-#endif