diff options
Diffstat (limited to 'g10/test-stubs.c')
-rw-r--r-- | g10/test-stubs.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/g10/test-stubs.c b/g10/test-stubs.c index dba603498..4edea69c7 100644 --- a/g10/test-stubs.c +++ b/g10/test-stubs.c @@ -429,11 +429,6 @@ export_pubkey_buffer (ctrl_t ctrl, const char *keyspec, unsigned int options, return gpg_error (GPG_ERR_NOT_IMPLEMENTED); } -enum tofu_policy - { - tofu_policy - }; - gpg_error_t tofu_get_policy (PKT_public_key *pk, PKT_user_id *user_id, enum tofu_policy *policy) |