Skip to content

Commit 6e69f8a

Browse files
committed
update openssl reference
1 parent 439effe commit 6e69f8a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

client/src/scripting.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*/
522522
static int l_aes128decrypt_cbc(lua_State *L) {

tools/mfd_aes_brute/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ endif
3434

3535
# OS X needs linking to openssl
3636
ifeq ($(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
3939
endif
4040

4141
ifeq ($(USE_MACPORTS),1)

0 commit comments

Comments
 (0)