search for: _fld

Displaying 2 results from an estimated 2 matches for "_fld".

Did you mean: _fd
2000 Aug 21
0
Rewritten script /etc/init.d/tinc
...############ # prefix_to_mask Converts prefix length to netmask # eg. 17 -> 255.255.128.0 # $1 ... prefix function prefix_to_mask () { _MSK=""; _len="$1" for _dot in "." "." "." " "; do if [ ${_len} -ge 8 ]; then _fld=8 else _fld="${_len}" fi _MSK="${_MSK}$((255 & (255 << (8 - _fld))))${_dot}" _len=$((_len - _fld)) done echo ${_MSK} } ############################################################################## # mask_to_prefix Converts ne...
2005 Dec 11
1
bug? in making security/isakmpd
...local/include/openssl -DUSE_TRIPLEDES -DUSE_DES -DUSE_BLOWFISH -DUSE_CAST -DUSE_X509 -DUSE_EC -DUSE_AGGRESSIVE -DUSE_DEBUG -DUSE_RAWKEY -DMP_FLAVOUR=MP_FLAVOUR_OPENSSL -DUSE_LIBCRYPTO -DUSE_PF_KEY_V2 -c attribute.c In file included from isakmp.h:36, from attribute.c:40: isakmp_fld.h:28: error: stray '\223' in program isakmp_fld.h:28: error: syntax error before "_paxload_maps" isakmp_fld.h:37: error: stray '\223' in program isakmp_fld.h:37: error: syntax error before "xpe_maps" isakmp_fld.h:59: error: stray '\223' in program isakmp_...