diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2022-05-19 09:20:32 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2022-05-19 09:20:32 +0000 |
commit | bc2cbea453e7e23342bafa05f87ba94de9f058f1 (patch) | |
tree | 9b6f5d207a7eb7d5ee999a8ae66cd09d8310eaec /usr.sbin | |
parent | 80a428e574f64dc327379117aab4de5900df4527 (diff) |
document what this file stands for
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pkg_add/OpenBSD/Signature.pm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/pkg_add/OpenBSD/Signature.pm b/usr.sbin/pkg_add/OpenBSD/Signature.pm index 5d747c2878a..a98e31fa301 100644 --- a/usr.sbin/pkg_add/OpenBSD/Signature.pm +++ b/usr.sbin/pkg_add/OpenBSD/Signature.pm @@ -1,5 +1,5 @@ # ex:ts=8 sw=4: -# $OpenBSD: Signature.pm,v 1.25 2021/03/15 09:32:04 espie Exp $ +# $OpenBSD: Signature.pm,v 1.26 2022/05/19 09:20:31 espie Exp $ # # Copyright (c) 2010 Marc Espie <espie@openbsd.org> # @@ -15,6 +15,9 @@ # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +# this is the code that handles "update signatures", which has nothing +# to do with cryptography + use strict; use warnings; |