diff options
Diffstat (limited to 'g10/test-stubs.c')
-rw-r--r-- | g10/test-stubs.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/g10/test-stubs.c b/g10/test-stubs.c index 9125d6a64..c6fa9c024 100644 --- a/g10/test-stubs.c +++ b/g10/test-stubs.c @@ -199,6 +199,16 @@ keyserver_import_fprint (ctrl_t ctrl, const byte *fprint,size_t fprint_len, } int +keyserver_import_fprint_ntds (ctrl_t ctrl, + const byte *fprint, size_t fprint_len) +{ + (void)ctrl; + (void)fprint; + (void)fprint_len; + return -1; +} + +int keyserver_import_cert (const char *name) { (void)name; |