Today at 1:37pm, [EMAIL PROTECTED] said: >I need to hash a string. I want to use md5. I would like to find the >freebsd md5 libraries, you know, an md5.c and an md5.h file. I can get the >freebsd isos, but all I want is those two text files. I'm looking around >on the freebsd ftp servers, but they are very slow and I can't find what >I'm looking for. Anybody in the know care to point me to freebsd's md5.c >and md5.h?
Here they are from 5.2-CURRENT, out of /usr/src/sys/crypto : http://www.macnewbold.com/md5/ Has md5.c and md5.h in it: > wc * 306 1745 10454 md5.c 76 382 2698 md5.h 382 2127 13152 total If that's not quite what you're looking for, let me know, and I'll try again. There were about a half dozen files under /usr/src called md5.c , so it may not be the one you wanted. Mac -- Mac Newbold MNE - Mac Newbold Enterprises, LLC [EMAIL PROTECTED] http://www.macnewbold.com/ ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
