bug-inetutils
[Top][All Lists]
Advanced

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

telnet: Make function declarations C23 compatible.


From: Collin Funk
Subject: telnet: Make function declarations C23 compatible.
Date: Fri, 10 May 2024 21:08:31 -0700
User-agent: Mozilla Thunderbird

I made telnet use C23 compatible prototypes so now it can be built
using 'gcc -std=c23', for example.

With an exception for some Kerberos 4 stuff, which I cannot test. I
assume the plan is still to remove that as mentioned in TODO?

Also I think that ./configure  --with-shishi is broken, or maybe it is
because I have a local install? In any case, I could test telnet
commands including encryption by modifying my 'config.site'.

    $ ./telnet/telnet 
    telnet> encrypt type ?
    Usage: encrypt type <type> [input|output]
    Valid encryption types:
        DES_CFB64 (1)
        DES_OFB64 (2)

Collin

Attachment: 0001-telnet-Make-function-declarations-C23-compatible.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]