chiark / gitweb /
site: support multiple transforms
[secnet.git] / secnet.h
index 2ccf161989507e43fbf1e326ca69a5c04b0ed55b..252eeb659b7f01fda5a8ba0b61e1788471195249 100644 (file)
--- a/secnet.h
+++ b/secnet.h
@@ -403,6 +403,7 @@ struct transform_if {
     void *st;
     int32_t max_start_pad; /* these two are both <<< INT_MAX */
     int32_t keylen; /* 0 means give the transform exactly as much as there is */
     void *st;
     int32_t max_start_pad; /* these two are both <<< INT_MAX */
     int32_t keylen; /* 0 means give the transform exactly as much as there is */
+    int capab_transformnum;
     transform_createinstance_fn *create;
 };
 
     transform_createinstance_fn *create;
 };