Searched refs:lfix (Results 1 – 1 of 1) sorted by relevance
45 long mask, hfix, lfix; in ssh_compatible_openssl() local63 lfix = (libver & 0x000ff000) >> 12; in ssh_compatible_openssl()64 if ( (headerver & mask) == (libver & mask) && lfix >= hfix) in ssh_compatible_openssl()