Use md5 hash (not sha1) for now.

This commit is contained in:
lotodore
2009-08-01 20:53:54 +00:00
parent e4aed25e39
commit cf1d657412
+1 -1
View File
@@ -132,7 +132,7 @@ AvatarEnd ::= SEQUENCE {
UnknownAvatar ::= SEQUENCE {
}
AvatarHash ::= OCTET STRING (SIZE(20)) -- sha-1 hash value
AvatarHash ::= OCTET STRING (SIZE(16)) -- md5 hash value
NetAvatarType ::= ENUMERATED {
avatarImagePng (1),