Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ring/teddycloud into develop
  • Loading branch information
SciLor committed Oct 10, 2023
2 parents 616be59 + 51ef2f6 commit 12a3c7d
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cyclone/cyclone_crypto
Submodule cyclone_crypto updated 829 files
2 changes: 1 addition & 1 deletion cyclone/cyclone_ssl
Submodule cyclone_ssl updated 75 files
+1 −1 dtls_misc.c
+1 −1 dtls_misc.h
+8 −5 dtls_record.c
+1 −1 dtls_record.h
+13 −9 tls.c
+30 −9 tls.h
+3 −2 tls13_client.c
+1 −1 tls13_client.h
+1 −1 tls13_client_extensions.c
+1 −1 tls13_client_extensions.h
+1 −1 tls13_client_misc.c
+1 −1 tls13_client_misc.h
+1 −1 tls13_common.c
+1 −1 tls13_common.h
+1 −1 tls13_key_material.c
+1 −1 tls13_key_material.h
+1 −1 tls13_misc.c
+1 −1 tls13_misc.h
+1 −1 tls13_server.c
+1 −1 tls13_server.h
+1 −1 tls13_server_extensions.c
+1 −1 tls13_server_extensions.h
+1 −1 tls13_server_misc.c
+1 −1 tls13_server_misc.h
+1 −1 tls13_signature.c
+1 −1 tls13_signature.h
+1 −1 tls13_ticket.c
+1 −1 tls13_ticket.h
+1 −1 tls_cache.c
+1 −1 tls_cache.h
+1 −1 tls_certificate.c
+1 −1 tls_certificate.h
+1 −1 tls_cipher_suites.c
+1 −1 tls_cipher_suites.h
+9 −6 tls_client.c
+1 −1 tls_client.h
+3 −2 tls_client_extensions.c
+1 −1 tls_client_extensions.h
+1 −1 tls_client_fsm.c
+1 −1 tls_client_fsm.h
+3 −2 tls_client_misc.c
+1 −1 tls_client_misc.h
+1 −1 tls_common.c
+1 −1 tls_common.h
+1 −1 tls_extensions.c
+1 −1 tls_extensions.h
+1 −1 tls_ffdhe.c
+1 −1 tls_ffdhe.h
+1 −1 tls_handshake.c
+1 −1 tls_handshake.h
+3 −1 tls_key_material.c
+1 −1 tls_key_material.h
+1 −1 tls_legacy.h
+1 −1 tls_misc.c
+1 −1 tls_misc.h
+3 −1 tls_record.c
+1 −1 tls_record.h
+1 −1 tls_record_decryption.c
+1 −1 tls_record_decryption.h
+1 −1 tls_record_encryption.c
+1 −1 tls_record_encryption.h
+1 −1 tls_server.c
+1 −1 tls_server.h
+1 −1 tls_server_extensions.c
+1 −1 tls_server_extensions.h
+1 −1 tls_server_fsm.c
+1 −1 tls_server_fsm.h
+1 −1 tls_server_misc.c
+1 −1 tls_server_misc.h
+1 −1 tls_signature.c
+1 −1 tls_signature.h
+1 −1 tls_ticket.c
+1 −1 tls_ticket.h
+1 −1 tls_transcript_hash.c
+1 −1 tls_transcript_hash.h
2 changes: 1 addition & 1 deletion cyclone/cyclone_tcp
Submodule cyclone_tcp updated 842 files
2 changes: 1 addition & 1 deletion opus
Submodule opus updated 1 files
+1 −1 celt/bands.c
1 change: 0 additions & 1 deletion src/handler_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,6 @@ error_t file_save_start_suffix(void *in_ctx, const char *name, const char *filen

if (fsFileExists(ctx->filename))
{
TRACE_INFO("Filename '%s' already exists, next\r\n", ctx->filename);
osFreeMem(ctx->filename);
continue;
}
Expand Down

0 comments on commit 12a3c7d

Please sign in to comment.