Skip to content

Commit

Permalink
Merge pull request #8 from vixtory09678/main
Browse files Browse the repository at this point in the history
fix: update key exchange header checker according to WiFiClientSecure
  • Loading branch information
maxpromer authored Jun 8, 2022
2 parents 0048f82 + 11a2686 commit 2cc88dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gsm_ssl_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#include "GSM_LOG.h"

#ifndef MBEDTLS_KEY_EXCHANGE__SOME__PSK_ENABLED
#if !defined(MBEDTLS_KEY_EXCHANGE__SOME__PSK_ENABLED) && !defined(MBEDTLS_KEY_EXCHANGE_SOME_PSK_ENABLED)
# warning "Please configure IDF framework to include mbedTLS -> Enable pre-shared-key ciphersuites and activate at least one cipher"
#else

Expand Down

0 comments on commit 2cc88dd

Please sign in to comment.