make `krb5_password_key_proc' global
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2706 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		| @@ -40,8 +40,8 @@ | ||||
|  | ||||
| RCSID("$Id$"); | ||||
|  | ||||
| static krb5_error_code | ||||
| key_proc (krb5_context context, | ||||
| krb5_error_code | ||||
| krb5_password_key_proc (krb5_context context, | ||||
| 			krb5_keytype type, | ||||
| 			krb5_data *salt, | ||||
| 			krb5_const_pointer keyseed, | ||||
| @@ -77,7 +77,16 @@ krb5_get_in_tkt_with_password (krb5_context context, | ||||
| 			       krb5_creds *creds, | ||||
| 			       krb5_kdc_rep *ret_as_reply) | ||||
| { | ||||
|      return krb5_get_in_tkt (context, options, addrs, etypes, | ||||
| 			     pre_auth_types, key_proc, password, | ||||
| 			     NULL, NULL, creds, ccache, ret_as_reply); | ||||
|      return krb5_get_in_tkt (context, | ||||
| 			     options, | ||||
| 			     addrs, | ||||
| 			     etypes, | ||||
| 			     pre_auth_types, | ||||
| 			     krb5_password_key_proc, | ||||
| 			     password, | ||||
| 			     NULL, | ||||
| 			     NULL, | ||||
| 			     creds, | ||||
| 			     ccache, | ||||
| 			     ret_as_reply); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Assar Westerlund
					Assar Westerlund