File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -516,7 +516,7 @@ static int l_iso14443b_crc(lua_State *L) {
516516}
517517
518518/*
519- Simple AES 128 cbc hook up to OpenSSL .
519+ Simple AES 128 cbc hook up to mbedtls .
520520 params: key, input
521521*/
522522static int l_aes128decrypt_cbc (lua_State * L ) {
Original file line number Diff line number Diff line change 3434
3535# OS X needs linking to openssl
3636ifeq ($(USE_BREW ) ,1)
37- MYCFLAGS += -I$(BREW_PREFIX ) /opt/openssl@3/include -I$(BREW_PREFIX ) /opt/openssl@3.5 /include
38- MYLDFLAGS += -L$(BREW_PREFIX ) /opt/openssl@3/lib -L$(BREW_PREFIX ) /opt/openssl@3.5 /lib
37+ MYCFLAGS += -I$(BREW_PREFIX ) /opt/openssl@3/include -I$(BREW_PREFIX ) /opt/openssl@3.6 /include
38+ MYLDFLAGS += -L$(BREW_PREFIX ) /opt/openssl@3/lib -L$(BREW_PREFIX ) /opt/openssl@3.6 /lib
3939endif
4040
4141ifeq ($(USE_MACPORTS ) ,1)
You can’t perform that action at this time.
0 commit comments