From a2a0f702e632d9219628fc467e1d2e5bde2eab7d Mon Sep 17 00:00:00 2001 From: venaas Date: Thu, 21 Aug 2008 14:33:11 +0000 Subject: made dtls server do proper certificate matching git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@356 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- hash.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hash.h') diff --git a/hash.h b/hash.h index f9268ea..dbf9543 100644 --- a/hash.h +++ b/hash.h @@ -24,3 +24,6 @@ int hash_insert(struct hash *hash, void *key, uint32_t keylen, void *data); /* reads entry from hash */ void *hash_read(struct hash *hash, void *key, uint32_t keylen); + +/* extracts (read and remove) entry from hash */ +void *hash_extract(struct hash *hash, void *key, uint32_t keylen); -- cgit v1.1