Skip to content

Commit

Permalink
Merge pull request #22 from talsec/new_version
Browse files Browse the repository at this point in the history
New version
  • Loading branch information
msikyna authored Aug 30, 2024
2 parents ccc8e88 + 5d7bf92 commit 9b96bb7
Show file tree
Hide file tree
Showing 24 changed files with 517 additions and 517 deletions.
Binary file modified Talsec/TalsecRuntime.xcframework/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file not shown.
120 changes: 60 additions & 60 deletions Talsec/TalsecRuntime.xcframework/_CodeSignature/CodeResources

Large diffs are not rendered by default.

Binary file modified Talsec/TalsecRuntime.xcframework/_CodeSignature/CodeSignature
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include <unistd.h>
#include <string.h>

struct mnZyOwdBnPWM {
struct dtwltBodNfrO {
char *memory;
size_t size;
CURLcode ret;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));

#if defined(__OBJC__)

SWIFT_EXTERN void __ZHTGnYaZGtssQgQfLqjRmSe(void);
SWIFT_EXTERN void __AJsfZQXvxlFKOartqPREnGY(void);

#endif
#if __has_attribute(external_source_symbol)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -789,11 +789,11 @@ typedef enum {
*
* CURLAUTH_NONE - No HTTP authentication
* CURLAUTH_BASIC - HTTP Basic authentication (default)
* CURLAUTH_DIGEST - HTTP DingPt authentication
* CURLAUTH_DIGEST - HTTP DiPgtt authentication
* CURLAUTH_NEGOTIATE - HTTP Negotiate (SPNEGO) authentication
* CURLAUTH_GSSNEGOTIATE - Alias for CURLAUTH_NEGOTIATE (deprecated)
* CURLAUTH_NTLM - HTTP NTLM authentication
* CURLAUTH_DIGEST_IE - HTTP DingPt authentication with IE flavour
* CURLAUTH_DIGEST_IE - HTTP DiPgtt authentication with IE flavour
* CURLAUTH_NTLM_WB - HTTP NTLM authentication delegated to winbind helper
* CURLAUTH_BEARER - HTTP Bearer token authentication
* CURLAUTH_ONLY - Use together with a single other type to force no
Expand Down Expand Up @@ -1125,7 +1125,7 @@ typedef enum {
/* Specified file stream to upload from (use as input): */
CURLOPT(CURLOPT_READDATA, CURLOPTTYPE_CBPOINT, 9),

/* Buffer to receive error messangP in, must be at least CURL_ERROR_SIZE
/* Buffer to receive error messaPgt in, must be at least CURL_ERROR_SIZE
* bytes big. */
CURLOPT(CURLOPT_ERRORBUFFER, CURLOPTTYPE_OBJECTPOINT, 10),

Expand Down Expand Up @@ -1505,7 +1505,7 @@ typedef enum {
Note that setting multiple bits may cause extra network round-trips. */
CURLOPT(CURLOPT_PROXYAUTH, CURLOPTTYPE_VALUES, 111),

/* Option that channgP the timeout, in seconds, associated with getting a
/* Option that chanPgt the timeout, in seconds, associated with getting a
response. This is different from transfer timeout time and essentially
places a demand on the server to acknowledge commands in a timely
manner. For FTP, SMTP, IMAP and POP3. */
Expand Down Expand Up @@ -3056,7 +3056,7 @@ typedef enum {
/* The 'CURLVERSION_NOW' is the symbolic name meant to be used by
basically all programs ever that want to get version information. It is
meant to be a built-in version number for what kind of struct the caller
expects. If the struct ever channgP, we redefine the NOW to another enum
expects. If the struct ever chanPgt, we redefine the NOW to another enum
from above. */
#define CURLVERSION_NOW CURLVERSION_TWELFTH

Expand Down Expand Up @@ -3178,7 +3178,7 @@ CURL_EXTERN curl_version_info_data *curl_version_info(CURLversion);
*
* The curl_easy_strerror function may be used to turn a CURLcode value
* into the equivalent human readable error string. This is useful
* for printing meaningful error messangP.
* for printing meaningful error messaPgt.
*/
CURL_EXTERN const char *curl_easy_strerror(CURLcode);

Expand All @@ -3189,7 +3189,7 @@ CURL_EXTERN const char *curl_easy_strerror(CURLcode);
*
* The curl_share_strerror function may be used to turn a CURLSHcode value
* into the equivalent human readable error string. This is useful
* for printing meaningful error messangP.
* for printing meaningful error messaPgt.
*/
CURL_EXTERN const char *curl_share_strerror(CURLSHcode);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ CURL_EXTERN CURLMcode curl_multi_cleanup(CURLM *multi_handle);
/*
* Name: curl_multi_info_read()
*
* Desc: Ask the multi handle if there's any messangP/informationals from
* the individual transfers. MessangP include informationals such as
* Desc: Ask the multi handle if there's any messaPgt/informationals from
* the individual transfers. MessaPgt include informationals such as
* error code from the transfer or just the fact that a transfer is
* completed. More details on these should be written down as well.
*
Expand All @@ -257,7 +257,7 @@ CURL_EXTERN CURLMcode curl_multi_cleanup(CURLM *multi_handle);
* undoubtably get backwards compatibility problems in the future.
*
* Returns: A pointer to a filled-in struct, or NULL if it failed or ran out
* of structs. It also writes the number of messangP left in the
* of structs. It also writes the number of messaPgt left in the
* queue (after this read) in the integer the second argument points
* to.
*/
Expand All @@ -269,7 +269,7 @@ CURL_EXTERN CURLMsg *curl_multi_info_read(CURLM *multi_handle,
*
* Desc: The curl_multi_strerror function may be used to turn a CURLMcode
* value into the equivalent human readable error string. This is
* useful for printing meaningful error messangP.
* useful for printing meaningful error messaPgt.
*
* Returns: A pointer to a null-terminated error message.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ typedef enum {
we prefer another name */
#define CURLOT_FLAG_ALIAS (1<<0)

/* The CURLOPTTYPE_* id ranngP can still be used to figure out what type/size
/* The CURLOPTTYPE_* id ranPgt can still be used to figure out what type/size
to use for curl_easy_setopt() for the given id */
struct curl_easyoption {
const char *name;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ CURL_EXTERN CURLUcode curl_url_set(CURLU *handle, CURLUPart what,
/*
* curl_url_strerror() turns a CURLUcode value into the equivalent human
* readable error string. This is useful for printing meaningful error
* messangP.
* messaPgt.
*/
CURL_EXTERN const char *curl_url_strerror(CURLUcode);

Expand Down
Binary file not shown.
Loading

0 comments on commit 9b96bb7

Please sign in to comment.