Skip to content

Commit 71f9da2

Browse files
committed
Merge pull request #41 from rfjakob/master
Fix build with openssl 1.0.2d
2 parents e6f40e4 + a262611 commit 71f9da2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.go

Lines changed: 1 addition & 1 deletion
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)