caroot: drop VERSION tags from certs

With this change, we'll drop the "with $FreeBSD$" lines from trusted/
certs in the next update. untrusted/ will need to be done manually, but
I'll likely just do them all manually, commit, then run the script and
commit any legitimate updates after confirming the output matches what
I did manually.

Reported by:	imp
Reviewed by:	imp
Differential Revision:	https://reviews.freebsd.org/D41597
This commit is contained in:
Kyle Evans 2023-08-25 19:55:32 -05:00
parent 023ef8015e
commit bbc8585ef5
1 changed files with 0 additions and 3 deletions

View File

@ -38,7 +38,6 @@ use Carp;
use MIME::Base64;
use Getopt::Long;
my $VERSION = '$FreeBSD$';
my $generated = '@' . 'generated';
my $inputfh = *STDIN;
my $debug = 0;
@ -79,7 +78,6 @@ sub print_header($$)
## It contains a certificate trusted for server authentication.
##
## Extracted from nss
## with $VERSION
##
## $generated
##
@ -96,7 +94,6 @@ EOFH
## It contains certificates trusted for server authentication.
##
## Extracted from nss
## with $VERSION
##
## $generated
##