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

« back to all changes in this revision

Viewing changes to lib/gssapi/mech/gss_pseudo_random.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:
31
31
 * SUCH DAMAGE. 
32
32
 */
33
33
 
34
 
/* $Id: gss_pseudo_random.c 20053 2007-01-24 01:31:35Z lha $ */
 
34
/* $Id: gss_pseudo_random.c 23025 2008-04-17 10:01:57Z lha $ */
35
35
 
36
36
#include "mech_locl.h"
37
 
RCSID("$Id: gss_pseudo_random.c 20053 2007-01-24 01:31:35Z lha $");
 
37
RCSID("$Id: gss_pseudo_random.c 23025 2008-04-17 10:01:57Z lha $");
38
38
 
39
 
OM_uint32
 
39
OM_uint32 GSSAPI_LIB_FUNCTION
40
40
gss_pseudo_random(OM_uint32 *minor_status,
41
41
                  gss_ctx_id_t context,
42
42
                  int prf_key,