Displaying 1 result from an estimated 1 matches for "protocol_major".
Did you mean:
protocol_major_2
1999 Dec 28
0
Patches to report rsaref build and to call pam_setcred
...SULT(no)]; LIBS="$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...