diff --git a/lib/hx509/lock.c b/lib/hx509/lock.c index 462480481..93aa20ed7 100644 --- a/lib/hx509/lock.c +++ b/lib/hx509/lock.c @@ -34,6 +34,10 @@ #include "hx_locl.h" RCSID("$Id$"); +/** + * @page page_lock Locking and unlocking certificates and encrypted data. + */ + struct hx509_lock_data { struct _hx509_password password; hx509_certs certs;