https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205004
Bug ID: 205004
Summary: Switch ppp(8) to use the "modern" DES_ functions
Product: Base System
Version: 11.0-CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
Created attachment 163832
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163832&action=edit
Switch from des_ to DES_ prefix functions
the original des_ prefixed functions were renamed to use a DES_prefix in
OpenSSL 0.9.7. Attached patch switches over to the new format.
This should allow ppp to be built against LibreSSL.
DES_set_key() & DES_ecb_encrypt() need to be passed the address of the
key_schedule pointer.
Requires testing by ppp user.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"