[OpenSSL-1.0.2] TNF local patch - avoid DES_KEY_SZ/DES_SCHEDULE_SZ definition between des.h and openssl/des.h

Issue #152 wontfix
Takehiko NOZAKI repo owner created an issue

original commit message:

http://mail-index.netbsd.org/source-changes/2003/07/24/0019.html

alter des.h to be friendly with openssl/des.h (you can include both in the same file)

Comments (4)

  1. Takehiko NOZAKI reporter

    application/library still uses libdes are:

    • lib/libtelnet (static linked by libexec/telnetd, usr.bin/telnet)
    • external/bsd/wpa/bin/{hostapd,wpa_passphrase,wpa_supplicant} linked but not nessesary, using libcrypto API only.

    rewrite libtelnet to use libcrypto is very easy.

  2. Log in to comment