Changeset 12430 for trunk/psLib/src/math/psMD5.c
- Timestamp:
- Mar 12, 2007, 7:15:35 PM (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
r11616 r12430 5 5 #include <stdio.h> 6 6 #include <string.h> 7 8 #ifdef HAVE_SYS_MD5_H 9 // Seems to be the case for Solaris 10 #include <sys/md5.h> 11 #else 12 // Seems to be the case for most others 7 13 #include <openssl/md5.h> 14 #endif // HAVE_SYS_MD5_H 15 8 16 9 17 #include "psAssert.h"
Note:
See TracChangeset
for help on using the changeset viewer.
