Skip to content

Commit 84cd535

Browse files
committed
Update openssl to 1.1.1h
1 parent 16e3d50 commit 84cd535

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fido2_static.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package libfido2
22

33
/*
4-
#cgo darwin LDFLAGS: -framework CoreFoundation -framework IOKit /usr/local/Cellar/libfido2/1.5.0/lib/libfido2.a /usr/local/Cellar/openssl@1.1/1.1.1g/lib/libcrypto.a ${SRCDIR}/darwin/lib/libcbor.a
5-
#cgo darwin CFLAGS: -I/usr/local/Cellar/libfido2/1.5.0/include -I/usr/local/Cellar/openssl@1.1/1.1.1g/include
4+
#cgo darwin LDFLAGS: -framework CoreFoundation -framework IOKit /usr/local/Cellar/libfido2/1.5.0/lib/libfido2.a /usr/local/Cellar/openssl@1.1/1.1.1h/lib/libcrypto.a ${SRCDIR}/darwin/lib/libcbor.a
5+
#cgo darwin CFLAGS: -I/usr/local/Cellar/libfido2/1.5.0/include -I/usr/local/Cellar/openssl@1.1/1.1.1h/include
66
*/
77
import "C"

0 commit comments

Comments
 (0)