diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2026-01-15 18:23:07 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2026-01-15 18:23:07 +0000 |
| commit | 4ba8df2a8bb9397e922b07c8e9610d1a8f0d8ee0 (patch) | |
| tree | 9334dd8a1848327bd6f795174f7f4577d1f6022f | |
| parent | 241a43cf9da8933f500e7d0df7fff621fd52168c (diff) | |
.github: Narrow sys/crypto warning to sys/crypto/skein
This is the only subdirectory of sys/crypto that is a vendor import.
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D54719
| -rw-r--r-- | .github/path-rules.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/path-rules.txt b/.github/path-rules.txt index 297cfe8def35..7e84f0c99ce4 100644 --- a/.github/path-rules.txt +++ b/.github/path-rules.txt @@ -7,4 +7,4 @@ sys/contrib/device-tree :caution: No changes should be made here by pull request contrib :warning: Contributed software usually managed by vendor branch crypto :warning: Contributed crypto software usually managed by vendor branch sys/contrib :warning: Contributed software usually managed by vendor branch -sys/crypto :warning: Contributed crypto software usually managed by vendor branch +sys/crypto/skein :warning: Contributed crypto software usually managed by vendor branch |
