server/: Rename `bulkcrypto' structure to `bulkops'.
[tripe] / server / keymgmt.c
index 50abd5d..837bc6e 100644 (file)
@@ -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;