kgssapi: clean up empty lines in .c and .h files
This commit is contained in:
parent
3e0cd950ac
commit
b4a5336039
@ -88,4 +88,3 @@ gss_get_mic_mbuf(OM_uint32 *minor_status, const gss_ctx_id_t ctx,
|
||||
|
||||
return (KGSS_GET_MIC(ctx, minor_status, qop_req, m, micp));
|
||||
}
|
||||
|
||||
|
@ -174,5 +174,3 @@ gss_OID GSS_KRB5_NT_MACHINE_UID_NAME = &GSS_C_NT_MACHINE_UID_NAME_storage;
|
||||
* this type is "GSS_KRB5_NT_STRING_UID_NAME".
|
||||
*/
|
||||
gss_OID GSS_KRB5_NT_STRING_UID_NAME = &GSS_C_NT_STRING_UID_NAME_storage;
|
||||
|
||||
|
||||
|
@ -51,4 +51,3 @@ gss_release_buffer(OM_uint32 *minor_status, gss_buffer_t buffer)
|
||||
|
||||
return (GSS_S_COMPLETE);
|
||||
}
|
||||
|
||||
|
@ -96,4 +96,3 @@ gss_unwrap_mbuf(OM_uint32 *minor_status,
|
||||
|
||||
return (KGSS_UNWRAP(ctx, minor_status, mp, conf_state, qop_state));
|
||||
}
|
||||
|
||||
|
@ -86,4 +86,3 @@ gss_verify_mic_mbuf(OM_uint32 *minor_status, const gss_ctx_id_t ctx,
|
||||
|
||||
return (KGSS_VERIFY_MIC(ctx, minor_status, m, mic, qop_state));
|
||||
}
|
||||
|
||||
|
@ -249,7 +249,6 @@ extern gss_OID GSS_C_NT_HOSTBASED_SERVICE;
|
||||
*/
|
||||
extern gss_OID GSS_C_NT_ANONYMOUS;
|
||||
|
||||
|
||||
/*
|
||||
* The implementation must reserve static storage for a
|
||||
* gss_OID_desc object containing the value
|
||||
|
@ -429,7 +429,6 @@ gsstest_2(struct thread *td, int step, const gss_buffer_t input_token,
|
||||
maj_stat = GSS_S_FAILURE;
|
||||
min_stat = 0;
|
||||
switch (step) {
|
||||
|
||||
case 1:
|
||||
if (server_context == GSS_C_NO_CONTEXT) {
|
||||
static char sbuf[512];
|
||||
@ -1127,7 +1126,6 @@ static int gsstest_offset = NO_SYSCALL;
|
||||
* The function called at load/unload.
|
||||
*/
|
||||
|
||||
|
||||
static int
|
||||
gsstest_load(struct module *module, int cmd, void *arg)
|
||||
{
|
||||
|
@ -2114,7 +2114,6 @@ kgssapi_krb5_modevent(module_t mod, int type, void *data)
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
return (0);
|
||||
}
|
||||
static moduledata_t kgssapi_krb5_mod = {
|
||||
|
Loading…
Reference in New Issue
Block a user