Skip to content

Commit

Permalink
Merge pull request #139 from golang-fips/remove-threadtests
Browse files Browse the repository at this point in the history
Link against pthread
  • Loading branch information
qmuntal authored Mar 21, 2024
2 parents 85d31d0 + e9063b2 commit 6b18634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

package openssl

// #cgo LDFLAGS: -ldl
// #cgo LDFLAGS: -ldl -pthread
// #include <stdlib.h>
// #include <dlfcn.h>
import "C"
Expand Down

0 comments on commit 6b18634

Please sign in to comment.