CVS commit: src/crypto/external/bsd/openssh/lib
"Taylor R Campbell" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: riastradh Date: Wed Apr 29 13:41:38 UTC 2026 Modified Files: src/crypto/external/bsd/openssh/lib: Makefile Log Message: libssh/Makefile: Fix comment about compat libssh. We _do_ create a private compat libssh, not for the benefit of applications linked against it (there aren't any, or if there were it would be a bug) but for the benefit of applications loading pam_ssh.so which is legitimately linked against libssh. When I made the change a few months ago to restore building compat libssh (by not defining NOCOMPAT) I explained this in the commit message but neglected to update the comment. PR lib/58648: private shared libraries should go in /usr/lib/private, not /usr/lib To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/crypto/external/bsd/openssh/lib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.