From 543b45ab3ed3f4d1a9852ead27becf0f2dee8f6d Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 18 Jun 2009 17:12:25 +0000 Subject: Make tests for storage, and fix problems --- module/mod_auth_singleid.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'module/mod_auth_singleid.h') diff --git a/module/mod_auth_singleid.h b/module/mod_auth_singleid.h index 68b5490..eb6d7f7 100644 --- a/module/mod_auth_singleid.h +++ b/module/mod_auth_singleid.h @@ -52,6 +52,8 @@ int sid_storage_check_nonce (sid_storage_t *storage, const char *server, const char *nonce); +size_t sid_storage_nonce_capacity (sid_storage_t *storage); + int sid_storage_store_assoc (sid_storage_t *storage, const sid_assoc_t *assoc); -- cgit v1.2.3