Loading lib/krb5.c +1 −1 Original line number Diff line number Diff line Loading @@ -253,7 +253,7 @@ krb5_auth(void *app_data, struct connectdata *conn) if(output_buffer.length != 0) { result = Curl_base64_encode(data, (char *)output_buffer.value, output_buffer.length, &p, &base64_sz) output_buffer.length, &p, &base64_sz); if(result) { Curl_infof(data,"base64-encoding: %s\n", curl_easy_strerror(result)); ret = AUTH_CONTINUE; Loading lib/security.c +1 −1 Original line number Diff line number Diff line Loading @@ -287,7 +287,7 @@ static void do_sec_send(struct connectdata *conn, curl_socket_t fd, size_t cmd_size = 0; CURLcode error; enum protection_level prot_level = conn->data_prot; bool iscmd = (prot_level == PROT_CMD)?TRUE:FALSE bool iscmd = (prot_level == PROT_CMD)?TRUE:FALSE; DEBUGASSERT(prot_level > PROT_NONE && prot_level < PROT_LAST); Loading Loading
lib/krb5.c +1 −1 Original line number Diff line number Diff line Loading @@ -253,7 +253,7 @@ krb5_auth(void *app_data, struct connectdata *conn) if(output_buffer.length != 0) { result = Curl_base64_encode(data, (char *)output_buffer.value, output_buffer.length, &p, &base64_sz) output_buffer.length, &p, &base64_sz); if(result) { Curl_infof(data,"base64-encoding: %s\n", curl_easy_strerror(result)); ret = AUTH_CONTINUE; Loading
lib/security.c +1 −1 Original line number Diff line number Diff line Loading @@ -287,7 +287,7 @@ static void do_sec_send(struct connectdata *conn, curl_socket_t fd, size_t cmd_size = 0; CURLcode error; enum protection_level prot_level = conn->data_prot; bool iscmd = (prot_level == PROT_CMD)?TRUE:FALSE bool iscmd = (prot_level == PROT_CMD)?TRUE:FALSE; DEBUGASSERT(prot_level > PROT_NONE && prot_level < PROT_LAST); Loading