search for: protocol_minor

Displaying 1 result from an estimated 1 matches for "protocol_minor".

Did you mean: protocol_minor_2
1999 Dec 28
0
Patches to report rsaref build and to call pam_setcred
..."$saved_LIBS") dnl Checks for libraries. diff -uNr ssh.c ssh.c --- ssh.c Mon Dec 13 18:47:16 1999 +++ ssh.c Mon Dec 27 10:48:43 1999 @@ -305,7 +305,11 @@ case 'V': fprintf(stderr, "SSH Version %s, protocol version %d.%d.\n", SSH_VERSION, PROTOCOL_MAJOR, PROTOCOL_MINOR); +#ifndef RSAREF fprintf(stderr, "Compiled with SSL.\n"); +#else + fprintf(stderr, "Compiled with SSL (RSAref version).\n"); +#endif if (opt == 'V') exit(0); debug_flag = 1; -------------- next part -------------- --- sshd.c Mon Dec 27 23:09:36 1999 +...