Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libtelnet
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