updates.
[silc.git] / lib / silcske / silcske.h
index 14620c71a0635ddd4b9b8e5b6c60ef592b680405..63388dc2a1bd5c8da979cfedc458bb3c275222f9 100644 (file)
@@ -160,6 +160,10 @@ struct SilcSKEStruct {
 
   /* Current status of SKE */
   SilcSKEStatus status;
+
+  /* Reference counter. This is used when SKE library is performing async
+     operations, like public key verification. */
+  int users;
 };
 
 /* Prototypes */