Miod Vallat wrote: > CVSROOT: /cvs > Module name: src > Changes by: m...@cvs.openbsd.org 2015/02/16 22:48:18 > > Modified files: > usr.sbin/ntpd : Makefile > > Log message: > Fix library ordering on the link line for the sake of static arches. It's, in > that order, tls, crypto, ssl.
Actually, the correct order (and that used in the Makefile) is tls, ssl, crypto In case anyone else was puzzled, just a commit message typo.