Skip to content

Commit

Permalink
needed to add libcrypto for newer openssl installs
Browse files Browse the repository at this point in the history
  • Loading branch information
jb0n committed Oct 26, 2015
1 parent 86eef80 commit 9934c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package openssl

// #cgo pkg-config: libssl
// #cgo pkg-config: libssl libcrypto
// #cgo windows CFLAGS: -DWIN32_LEAN_AND_MEAN
// #cgo darwin CFLAGS: -Wno-deprecated-declarations
import "C"

0 comments on commit 9934c10

Please sign in to comment.