Page MenuHome GnuPG

Add missing Context::EncryptionFlags
ClosedPublic

Authored by CarlSchwan on Mon, Apr 28, 4:42 PM.

Details

Reviewers
werner
Summary
  • src/context.cpp: Add AddRecipient and ChangeRecipient enum value

--

Test Plan

Compiles and the work that depends on it alwo works

Diff Detail

Repository
rGPGMEPP Gpgme plus plus
Branch
carl/context
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

CarlSchwan created this revision.

I can't speak for C++ but I appreciate that you used the same flag values as in gpgme proper.

This revision is now accepted and ready to land.Mon, Apr 28, 5:14 PM

Looks good. Please also add the new flags to the NEWS file (similar to what Werner wrote in https://dev.gnupg.org/rMcd79fc39736fda6ce38f1f79700cf658c47372f9).