~ubuntu-branches/ubuntu/jaunty/heimdal/jaunty

« back to all changes in this revision

Viewing changes to lib/gssapi/mech/gss_verify_mic.c

  • Committer: Bazaar Package Importer
  • Author(s): Nick Ellery
  • Date: 2008-11-17 22:25:58 UTC
  • mfrom: (1.1.5 upstream) (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20081117222558-jd1aj1jth6ycdb0x
Tags: 1.2.dfsg.1-2.1ubuntu1
* Merge from debian unstable, remaining changes (LP: #299345):
  - Change libdb4.2-dev to libdb4.6-dev in build-deps
  - Add netbase to heimdal-kdc depends.
  - Set CPPFLAGS=-DLDAP_DEPRECATED to fix build with OpenLDAP 2.4 on
    64-bit architectures.
* Remove dependency on update-inetd to heimdal-servers and heimdal-kdc,
  as packages should rely on the inet-superserver to provide the
  update-inetd command.
* Drop the addition of -1 to the version of comerr-dev in build depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 */
28
28
 
29
29
#include "mech_locl.h"
30
 
RCSID("$Id: gss_verify_mic.c 19965 2007-01-17 16:23:47Z lha $");
 
30
RCSID("$Id: gss_verify_mic.c 23025 2008-04-17 10:01:57Z lha $");
31
31
 
32
 
OM_uint32
 
32
OM_uint32 GSSAPI_LIB_FUNCTION
33
33
gss_verify_mic(OM_uint32 *minor_status,
34
34
    const gss_ctx_id_t context_handle,
35
35
    const gss_buffer_t message_buffer,