View Ticket
Ticket Hash: 6c9bf49455542e940e344a92476feaa7109d34f4
Title: sed can't replace get_dh2048 with get_dhParams in script gen_dh_params on macOS
Status: Closed Type: Build Problem
Severity: Important Priority: Low
Subsystem: Resolution: Fixed
Last Modified: 2017-11-08 14:58:20
Version Found In: 1.7.13
User Comments:
anonymous added on 2017-10-12 03:50:29:
When build tcltls-1.7.13 on macOS, I got warning while compiling.
After installed, "package require tls" got "Illegal Instruction: 4" error.

I test:

echo get_dh2048 | sed 's/get_dh[0-9]\+/get_dhParams/'

not working on my macOS 10.12.

Should write gen_dh_params by Tcl? :)

rkeene added on 2017-11-08 14:58:20:
Fixed in TclTLS 1.7.14