Skip to content

Moved WGET_E_GPG_* error codes out of libwget

Archit Pandey requested to merge archit-p/wget2:gpg-error into master

Hello maintainers!

This merge request aims to resolve #474 (closed). As suggested by @rockdaboot, I've deleted the lines 53-55 from libwget/error.c and moved WGET_E_GPG_* error code definitions to a new enum in src/wget_gpgme.h.

Further, I have verified a fresh build using instructions in the README.

Approver's checklist:

  • The author has submitted the FSF Copyright Assignment and is listed in AUTHORS
  • There is a test suite reasonably covering new functionality or modifications
  • Function naming, parameters, return values, types, etc., are consistent with existing code
  • This feature/change has adequate documentation added (if appropriate)
  • No obvious mistakes / misspelling in the code
Edited by Archit Pandey

Merge request reports