From 602ed60d0b4019377634fb95e922f2dd246c1e2a Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 4 Jan 2009 11:39:22 +0000 Subject: 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 --- src/options.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/options.h') 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_; -- cgit v1.2.3