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