Avatar hash md5 (not sha1) for now.

This commit is contained in:
lotodore
2009-08-01 20:54:42 +00:00
parent cf1d657412
commit d7367788a7
+1 -1
View File
@@ -23,7 +23,7 @@ AvatarHash_constraint(asn_TYPE_descriptor_t *td, const void *sptr,
size = st->size;
if((size == 20)) {
if((size == 16)) {
/* Constraint check succeeded */
return 0;
} else {