chiark / gitweb /
server/: Rename `bulkcrypto' structure to `bulkops'.
[tripe] / server / bulkcrypto.c
index 144a8301068e9f2811249bb09f5368ab88edf4bd..b528bb5db35bf4dc43f950e2edb913cd0e1c6ff2 100644 (file)
@@ -358,7 +358,7 @@ static int iiv_decrypt(keyset *ks, unsigned ty, buf *b, buf *bb, uint32 *seq)
 
 /*----- Bulk crypto transform table ---------------------------------------*/
 
-const bulkcrypto bulktab[] = {
+const bulkops bulktab[] = {
 
 #define BULK(name, pre, prim)                                          \
   { name, prim, pre##_check, pre##_overhead, pre##_encrypt, pre##_decrypt }