(krb5_mk_req_internal): new krb5_create_checksum
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9871 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 1997 - 2000 Kungliga Tekniska H<>gskolan
|
* Copyright (c) 1997 - 2001 Kungliga Tekniska H<>gskolan
|
||||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
@@ -99,6 +99,7 @@ krb5_mk_req_internal(krb5_context context,
|
|||||||
/* this is to make DCE secd (and older MIT kdcs?) happy */
|
/* this is to make DCE secd (and older MIT kdcs?) happy */
|
||||||
ret = krb5_create_checksum(context,
|
ret = krb5_create_checksum(context,
|
||||||
NULL,
|
NULL,
|
||||||
|
0,
|
||||||
CKSUMTYPE_RSA_MD4,
|
CKSUMTYPE_RSA_MD4,
|
||||||
in_data->data,
|
in_data->data,
|
||||||
in_data->length,
|
in_data->length,
|
||||||
@@ -112,6 +113,7 @@ krb5_mk_req_internal(krb5_context context,
|
|||||||
ret = krb5_create_checksum(context,
|
ret = krb5_create_checksum(context,
|
||||||
crypto,
|
crypto,
|
||||||
checksum_usage,
|
checksum_usage,
|
||||||
|
0,
|
||||||
in_data->data,
|
in_data->data,
|
||||||
in_data->length,
|
in_data->length,
|
||||||
&c);
|
&c);
|
||||||
|
Reference in New Issue
Block a user