diff options
| author | David Kalnischkies <david@kalnischkies.de> | 2024-12-27 02:16:56 +0000 |
|---|---|---|
| committer | David Kalnischkies <david@kalnischkies.de> | 2025-01-05 22:16:09 +0000 |
| commit | 25cd3ded69a79c2a7eb3d858e041f1509f5f5ed8 (patch) | |
| tree | b9e987d54b3ad88dbb426dfe89787c96608f7c20 /apt-pkg/contrib/gpgv.cc | |
| parent | 1a35028dd9ee4554a1a1f9f77a4dee615fb278ae (diff) | |
Remove leftovers of the apt-key removal
References: a00fbbdb28cc31e78882301c2efe7218583ab4cb
Diffstat (limited to 'apt-pkg/contrib/gpgv.cc')
| -rw-r--r-- | apt-pkg/contrib/gpgv.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apt-pkg/contrib/gpgv.cc b/apt-pkg/contrib/gpgv.cc index 59301fa0c..237ddc856 100644 --- a/apt-pkg/contrib/gpgv.cc +++ b/apt-pkg/contrib/gpgv.cc @@ -111,8 +111,6 @@ static bool operator!=(LineBuffer const &buf, std::string_view const exp) noexce clear-signed files (=the complete content of the file is signed and the content isn't encoded) we do a divide and conquer approach here and split up the clear-signed file in message and signature for gpg. - And as a cherry on the cake, we use our apt-key wrapper to do part - of the lifting in regards to merging keyrings. Fun for the whole family. */ #define apt_error(...) apt_msg("ERROR", __VA_ARGS__) #define apt_warning(...) apt_msg("WARNING", __VA_ARGS__) |
