[BACK]Return to compat.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Annotation of src/usr.bin/ssh/compat.c, Revision 1.1

1.1     ! markus      1: #include "includes.h"
        !             2: #include "ssh.h"
        !             3:
        !             4: int compat13=0;
        !             5: void enable_compat13(void){
        !             6:        log("Enabling compatibility mode for protocol 1.3");
        !             7:        compat13=1;
        !             8: }