Subj : Re: SSH... To : Bucko From : Zip Date : Wed Sep 28 2022 01:43 pm Hello Bucko! On 27 Sep 2022, Bucko said the following... Bu> Hi Charles, appreciate all the help. Everything was solved by compiling Bu> cryptlib 3.4.5 with gcc 9 and g++ 9 everything works like a charm now, Bu> including the GMail password reset.. I found a note among my files here, for making compilation with gcc 10 work (if that could be the problem): # for gcc version 10 (existing logic incorrectly detect/interprets this as gcc 1.0) sed -i 's/if \[ "$GCC_VER" -ge 45 \]/if [ "$GCC_VER" -eq 10 ] || [ "$GCC_VER" -ge 45 ]/g' tools/ccopts.sh Best regards Zip --- Mystic BBS v1.12 A48 2022/07/15 (Linux/64) * Origin: Star Collision BBS, Uppsala, Sweden (21:1/202) .