Skip to content

Commit

Permalink
Update openssl to 1.1.1h
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel committed Oct 23, 2020
1 parent 16e3d50 commit 84cd535
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fido2_static.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package libfido2

/*
#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
#cgo darwin CFLAGS: -I/usr/local/Cellar/libfido2/1.5.0/include -I/usr/local/Cellar/openssl@1.1/1.1.1g/include
#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
#cgo darwin CFLAGS: -I/usr/local/Cellar/libfido2/1.5.0/include -I/usr/local/Cellar/openssl@1.1/1.1.1h/include
*/
import "C"

0 comments on commit 84cd535

Please sign in to comment.