Skip to content

curlnetworkmanager.cpp: error: use of undeclared identifier 'CURLSSLOPT_TLSEXT_PADDING', 'CURLSSLOPT_TLSEXT_PADDING_SUPER' #5

@barracuda156

Description

@barracuda156
/opt/local/var/macports/build/wsnet-742af08d/work/wsnet-1.4.9/src/httpnetworkmanager/curlnetworkmanager.cpp:357:80: error: use of undeclared identifier 'CURLSSLOPT_TLSEXT_PADDING'
        if (curl_easy_setopt(requestInfo->curlEasyHandle, CURLOPT_SSL_OPTIONS, CURLSSLOPT_TLSEXT_PADDING | CURLSSLOPT_TLSEXT_PADDING_SUPER) != CURLE_OK)
                                                                               ^
/opt/local/var/macports/build/wsnet-742af08d/work/wsnet-1.4.9/src/httpnetworkmanager/curlnetworkmanager.cpp:357:108: error: use of undeclared identifier 'CURLSSLOPT_TLSEXT_PADDING_SUPER'
        if (curl_easy_setopt(requestInfo->curlEasyHandle, CURLOPT_SSL_OPTIONS, CURLSSLOPT_TLSEXT_PADDING | CURLSSLOPT_TLSEXT_PADDING_SUPER) != CURLE_OK)
                                                                                                           ^

Curl does not seem to have these macros: https://curl.se/libcurl/c/CURLOPT_SSL_OPTIONS.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions