[Asterisk-cvs] asterisk/include/asterisk utils.h,1.20,1.21

markster at lists.digium.com markster at lists.digium.com
Thu Feb 17 23:30:31 CST 2005


Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv30288/include/asterisk

Modified Files:
	utils.h 
Log Message:
Add OEJ's md5 app (bug #3604)


Index: utils.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/utils.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- utils.h	26 Jan 2005 02:39:22 -0000	1.20
+++ utils.h	18 Feb 2005 05:29:31 -0000	1.21
@@ -127,10 +127,13 @@
 
 extern char *ast_strip(char *buf);
 extern struct hostent *ast_gethostbyname(const char *host, struct ast_hostent *hp);
+/* ast_md5_hash: Produces MD5 hash based on input string */
+extern void ast_md5_hash(char *output, char *input);
 extern int ast_base64encode(char *dst, unsigned char *src, int srclen, int max);
 extern int ast_base64decode(unsigned char *dst, char *src, int max);
 
 extern int test_for_thread_safety(void);
+
 extern const char *ast_inet_ntoa(char *buf, int bufsiz, struct in_addr ia);
 extern int ast_utils_init(void);
 




More information about the svn-commits mailing list