@@ -166,38 +166,38 @@ void UninitMitKerberos()
166
166
* KfW libs here.
167
167
*/
168
168
169
- OM_uint32 KRB5_CALLCONV gss_indicate_mechs (OM_uint32 * a , gss_OID_set * b )
169
+ KFW_CALL gss_indicate_mechs (OM_uint32 * a , gss_OID_set * b )
170
170
{
171
171
return MitDispatch .gss_indicate_mechs (a , b );
172
172
}
173
173
174
- OM_uint32 KRB5_CALLCONV gss_release_buffer (OM_uint32 * a , gss_buffer_t b )
174
+ KFW_CALL gss_release_buffer (OM_uint32 * a , gss_buffer_t b )
175
175
{
176
176
return MitDispatch .gss_release_buffer (a , b );
177
177
}
178
178
179
- OM_uint32 KRB5_CALLCONV gss_display_status (OM_uint32 * a , OM_uint32 b , int c , gss_OID d ,
179
+ KFW_CALL gss_display_status (OM_uint32 * a , OM_uint32 b , int c , gss_OID d ,
180
180
OM_uint32 * e , gss_buffer_t f )
181
181
{
182
182
return MitDispatch .gss_display_status (a , b , c , d , e , f );
183
183
}
184
184
185
- OM_uint32 KRB5_CALLCONV gss_delete_sec_context (OM_uint32 * a , gss_ctx_id_t * b , gss_buffer_t c )
185
+ KFW_CALL gss_delete_sec_context (OM_uint32 * a , gss_ctx_id_t * b , gss_buffer_t c )
186
186
{
187
187
return MitDispatch .gss_delete_sec_context (a , b , c );
188
188
}
189
189
190
- OM_uint32 KRB5_CALLCONV gss_release_name (OM_uint32 * a , gss_name_t * b )
190
+ KFW_CALL gss_release_name (OM_uint32 * a , gss_name_t * b )
191
191
{
192
192
return MitDispatch .gss_release_name (a , b );
193
193
}
194
194
195
- OM_uint32 KRB5_CALLCONV gss_release_cred (OM_uint32 * a , gss_cred_id_t * b )
195
+ KFW_CALL gss_release_cred (OM_uint32 * a , gss_cred_id_t * b )
196
196
{
197
197
return MitDispatch .gss_release_cred (a , b );
198
198
}
199
199
200
- OM_uint32 KRB5_CALLCONV gss_init_sec_context (OM_uint32 * a , gss_cred_id_t b ,
200
+ KFW_CALL gss_init_sec_context (OM_uint32 * a , gss_cred_id_t b ,
201
201
gss_ctx_id_t * c , gss_name_t d ,
202
202
gss_OID e , OM_uint32 f ,
203
203
OM_uint32 g , gss_channel_bindings_t h ,
@@ -208,12 +208,12 @@ OM_uint32 KRB5_CALLCONV gss_init_sec_context(OM_uint32 *a, gss_cred_id_t b,
208
208
return MitDispatch .gss_init_sec_context (a , b , c , d , e , f , g , h , i , j , k , l , m );
209
209
}
210
210
211
- OM_uint32 KRB5_CALLCONV gss_import_name (OM_uint32 * a , gss_buffer_t b , gss_OID c , gss_name_t * d )
211
+ KFW_CALL gss_import_name (OM_uint32 * a , gss_buffer_t b , gss_OID c , gss_name_t * d )
212
212
{
213
213
return MitDispatch .gss_import_name (a , b , c , d );
214
214
}
215
215
216
- OM_uint32 KRB5_CALLCONV gss_get_mic (OM_uint32 * a , gss_ctx_id_t b , gss_qop_t c ,
216
+ KFW_CALL gss_get_mic (OM_uint32 * a , gss_ctx_id_t b , gss_qop_t c ,
217
217
gss_buffer_t d , gss_buffer_t e )
218
218
{
219
219
return MitDispatch .gss_get_mic (a , b , c , d , e );
0 commit comments