comparison src/misc/crypt/crypt_hash_descriptor.c @ 209:39d5d58461d6 libtomcrypt-orig LTC_1.05

Import of libtomcrypt 1.05
author Matt Johnston <matt@ucc.asn.au>
date Wed, 06 Jul 2005 03:53:40 +0000
parents 1c15b283127b
children
comparison
equal deleted inserted replaced
191:1c15b283127b 209:39d5d58461d6
16 */ 16 */
17 17
18 struct ltc_hash_descriptor hash_descriptor[TAB_SIZE] = { 18 struct ltc_hash_descriptor hash_descriptor[TAB_SIZE] = {
19 { NULL, 0, 0, 0, { 0 }, 0, NULL, NULL, NULL, NULL } 19 { NULL, 0, 0, 0, { 0 }, 0, NULL, NULL, NULL, NULL }
20 }; 20 };
21
22 LTC_MUTEX_GLOBAL(ltc_hash_mutex);
23
24
25 /* $Source: /cvs/libtom/libtomcrypt/src/misc/crypt/crypt_hash_descriptor.c,v $ */
26 /* $Revision: 1.6 $ */
27 /* $Date: 2005/06/19 18:00:28 $ */