gsasl-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS gsasl/lib/digest-md5


From: gsasl-commit
Subject: CVS gsasl/lib/digest-md5
Date: Sun, 19 Dec 2004 04:11:15 +0100

Update of /home/cvs/gsasl/lib/digest-md5
In directory dopio:/tmp/cvs-serv31368

Added Files:
        validate.h 
Log Message:
Add.



--- /home/cvs/gsasl/lib/digest-md5/validate.h   2004/12/19 03:11:15     NONE
+++ /home/cvs/gsasl/lib/digest-md5/validate.h   2004/12/19 03:11:15     1.1
/* validate.h --- Validate consistency of DIGEST-MD5 tokens.
 * Copyright (C) 2004  Simon Josefsson
 *
 * This file is part of GNU SASL Library.
 *
 * GNU SASL Library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public License
 * as published by the Free Software Foundation; either version 2.1 of
 * the License, or (at your option) any later version.
 *
 * GNU SASL Library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with GNU SASL Library; if not, write to the Free
 * Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
 * 02111-1307 USA
 *
 */

#ifndef DIGEST_MD5_VALIDATE_H
# define DIGEST_MD5_VALIDATE_H

/* Get token types. */
#include "tokens.h"

extern int digest_md5_validate (digest_md5_challenge *c,
                                digest_md5_response *r);

#endif /* DIGEST_MD5_VALIDATE_H */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]