From: espie Date: Thu, 19 May 2022 09:20:31 +0000 (+0000) Subject: document what this file stands for X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e5a060785376d25d5ad362940e023364c7c15489;p=openbsd document what this file stands for --- 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 # @@ -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;