~ubuntu-branches/ubuntu/breezy/evolution-data-server/breezy

« back to all changes in this revision

Viewing changes to servers/exchange/xntlm/xntlm-md4.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2005-10-10 11:30:56 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051010113056-rb4vj4kbs8yxft85
Tags: 1.4.1-0ubuntu3
* debian/patches/camel-imap-store.c.patch:
  - Ubuntu 17465: apply patch from
  http://bugzilla.gnome.org/attachment.cgi?id=53234&action=view
  (additional NULL pointer check)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
2
/* Copyright (C) 2001-2004 Novell, Inc. */
 
3
 
 
4
#ifndef _XNTLM_MD4_H
 
5
#define _XNTLM_MD4_H
 
6
 
 
7
void xntlm_md4sum (const unsigned char *in, int nbytes,
 
8
                   unsigned char digest[16]);
 
9
 
 
10
#endif /* _XNTLM_MD4_H */