Avatar hash md5 (not sha1) for now.
This commit is contained in:
Vendored
+1
-1
@@ -23,7 +23,7 @@ AvatarHash_constraint(asn_TYPE_descriptor_t *td, const void *sptr,
|
|||||||
|
|
||||||
size = st->size;
|
size = st->size;
|
||||||
|
|
||||||
if((size == 20)) {
|
if((size == 16)) {
|
||||||
/* Constraint check succeeded */
|
/* Constraint check succeeded */
|
||||||
return 0;
|
return 0;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user