mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Fix for bug 537
This commit is contained in:
parent
807cb227d1
commit
4b48bcacc9
111 changed files with 3111 additions and 2145 deletions
|
@ -197,7 +197,7 @@ export_minimal_pk(IOBUF out,KBNODE keyblock,
|
|||
* Generate a revocation certificate for UNAME via a designated revoker
|
||||
*/
|
||||
int
|
||||
gen_desig_revoke( const char *uname, STRLIST locusr )
|
||||
gen_desig_revoke( const char *uname, strlist_t locusr )
|
||||
{
|
||||
int rc = 0;
|
||||
armor_filter_context_t afx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue