X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/01d12d8f98b4292d64d9996a17bc9c9264cacaf9..fddd7fb7f11a3f4399e90ee52f874f65718eb348:/server/keymgmt.c?ds=sidebyside diff --git a/server/keymgmt.c b/server/keymgmt.c index 50abd5d1..837bc6ef 100644 --- a/server/keymgmt.c +++ b/server/keymgmt.c @@ -178,7 +178,7 @@ static const kgops *kgtab[] = { static int algs_get(algswitch *a, dstr *e, key_file *kf, key *k) { const char *p; - const bulkcrypto *bulk; + const bulkops *bulk; char *q, *qq; dstr d = DSTR_INIT, dd = DSTR_INIT; int rc = -1;