summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-01-04 11:39:22 +0000
committerChristian Pointner <equinox@anytun.org>2009-01-04 11:39:22 +0000
commit602ed60d0b4019377634fb95e922f2dd246c1e2a (patch)
tree0050e969b3f9823a5d4d9f2e8f41234d38448b12 /src/options.h
parentsome cleanup @ cipher, auth_algo and key derivation (diff)
added NO_LIBGMP and NO_CRYPT to build a daemon without cryptosupport
NOTE: with NO_LIBGMP the cipher and the keyderivation don't work until now
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
index 93836b5..8808e63 100644
--- a/src/options.h
+++ b/src/options.h
@@ -54,9 +54,11 @@ struct options_struct {
char* post_up_script_;
window_size_t seq_window_size_;
char* cipher_;
+#ifndef NO_CRYPT
char* kd_prf_;
int ld_kdr_;
char* auth_algo_;
+#endif
mux_t mux_;
buffer_t key_;
buffer_t salt_;