Changeset 10375
- Timestamp:
- Dec 1, 2006, 8:59:32 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMD5.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMD5.c
r10365 r10375 65 65 { 66 66 PS_ASSERT_VECTOR_NON_NULL(hash, NULL); 67 PS_ASSERT_VECTOR_SIZE(hash, MD5_DIGEST_LENGTH, NULL);68 PS_ASSERT_VECTOR_TYPE(has , PS_TYPE_U8, NULL);67 PS_ASSERT_VECTOR_SIZE(hash, (long int)MD5_DIGEST_LENGTH, NULL); 68 PS_ASSERT_VECTOR_TYPE(hash, PS_TYPE_U8, NULL); 69 69 70 70 psString string = psStringAlloc(MD5_DIGEST_LENGTH * 2 + 1); // String to return
Note:
See TracChangeset
for help on using the changeset viewer.
