comparison src/cipher.h @ 12388:4e045668b9d0

[gaim-migrate @ 14694] Smashing the stack is neither fun nor profitable! Having room for the NUL terminator is a good idea. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 07 Dec 2005 10:38:52 +0000
parents cfc808463763
children e024601d45c7
comparison
equal deleted inserted replaced
12387:1112a9ef2cc6 12388:4e045668b9d0
384 * 384 *
385 * @return The cipher data 385 * @return The cipher data
386 */ 386 */
387 gpointer gaim_cipher_context_get_data(GaimCipherContext *context); 387 gpointer gaim_cipher_context_get_data(GaimCipherContext *context);
388 388
389 /*@}*/
390 /*****************************************************************************/
391 /** @name Gaim Cipher HTTP Digest Helper Functions */
392 /*****************************************************************************/
393 /*@{*/
394
389 /** 395 /**
390 * Calculates a session key for HTTP Digest authentation 396 * Calculates a session key for HTTP Digest authentation
391 * 397 *
392 * See RFC 2617 for more information. 398 * See RFC 2617 for more information.
393 * 399 *