blob: 632cef30b1ab5a78a53552cd064f57530cbf6041 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
/* See LICENSE file for copyright and license details. */
#define CATEGORY pgpkeys
#define LIST_PARAMS(X)\
X('c', "c", context, "context")
#include "common.h"
IMPLEMENT_FIND_ON_LIST(pgpkey, id, "fingerprint")
|