Skip to content

Commit c3987cf

Browse files
committed
Updated versions of libgit2 and mbedtls.
1 parent b612b33 commit c3987cf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/libgit2

Submodule libgit2 updated 622 files

lib/mbedtls

Submodule mbedtls updated 2018 files

src/lpm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1851,7 +1851,7 @@ static int lpm_extract(lua_State* L) {
18511851
if (lua_type(L, 8) == LUA_TSTRING || lua_type(L, 8) == LUA_TNUMBER)
18521852
proxy_port = lua_tointeger(L, 8);
18531853
if (strcmp(protocol, "https") == 0) {
1854-
const char port[12];
1854+
char port[12];
18551855
snprintf(port, sizeof(port), "%d", proxy_port);
18561856
// https://gist.github.com/Barakat/675c041fd94435b270a25b5881987a30
18571857
mbedtls_ssl_init(&context->ssl);

0 commit comments

Comments
 (0)