NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/58787 CVS commit: src/lib/libtelnet



The following reply was made to PR bin/58787; it has been noted by GNATS.

From: "Robert Elz" <kre%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58787 CVS commit: src/lib/libtelnet
Date: Tue, 29 Oct 2024 13:10:06 +0000

 Module Name:	src
 Committed By:	kre
 Date:		Tue Oct 29 13:10:06 UTC 2024
 
 Modified Files:
 	src/lib/libtelnet: enc-proto.h enc_des.c encrypt.c encrypt.h
 
 Log Message:
 PR bin/58787  libtelnet - avoid using a global variable
 
 From RVP -- make 'encrypt_debug_mode' be a static (file scope)
 variable instead of extern, and convert the (had been recently
 anyway) unused function encrypt_debug() into an accensor function
 for it.
 
 This is the minor (almost irrelevant) change from PR bin/58787
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.10 -r1.11 src/lib/libtelnet/enc-proto.h
 cvs rdiff -u -r1.17 -r1.18 src/lib/libtelnet/enc_des.c
 cvs rdiff -u -r1.19 -r1.20 src/lib/libtelnet/encrypt.c
 cvs rdiff -u -r1.9 -r1.10 src/lib/libtelnet/encrypt.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index