diff options
| author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-04-11 15:07:05 +0000 |
|---|---|---|
| committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-04-11 15:07:05 +0000 |
| commit | c7159045d644d5ae275eb9b30445f42372eeea81 (patch) | |
| tree | 75a5da26de53d1e0489397f049820ef29bbed6fe /net/SSLtelnet/files/patch-ac | |
| parent | 91e36f515599afcbcdd8982fd5db84d32f1ccfcf (diff) | |
It is a telnet/telnetd program support SSL encryption
and certification mechanism.
PR: ports/6182
Submitted by: Issei Suzuki <issei@t-cnet.or.jp
Diffstat (limited to 'net/SSLtelnet/files/patch-ac')
| -rw-r--r-- | net/SSLtelnet/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/SSLtelnet/files/patch-ac b/net/SSLtelnet/files/patch-ac new file mode 100644 index 000000000000..6267b8de590b --- /dev/null +++ b/net/SSLtelnet/files/patch-ac @@ -0,0 +1,11 @@ +--- ../../SSLtelnet-0.11/lib/libbsd/getpass.c Sat Jun 15 18:28:30 1996 ++++ ./lib/libbsd/getpass.c Sun Mar 29 14:30:01 1998 +@@ -6,7 +6,7 @@ + + #define TTY "/dev/tty" + +-#if !defined(HPUX) && !defined(__bsdi__) ++#if !defined(HPUX) && !defined(__bsdi__) && !defined(__FreeBSD__) + + /* under HPUX use the "system" supplied routine as I cannot + * be bothered to "port" this code at the moment --tjh |
