Skip to content

Commit 9934c10

Browse files
committed
needed to add libcrypto for newer openssl installs
1 parent 86eef80 commit 9934c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
package openssl
1818

19-
// #cgo pkg-config: libssl
19+
// #cgo pkg-config: libssl libcrypto
2020
// #cgo windows CFLAGS: -DWIN32_LEAN_AND_MEAN
2121
// #cgo darwin CFLAGS: -Wno-deprecated-declarations
2222
import "C"

0 commit comments

Comments
 (0)