Merge pull request #41 from rfjakob/master

Fix build with openssl 1.0.2d
This commit is contained in:
JT Olds 2015-11-29 11:55:40 -07:00
commit 71f9da2a48

View File

@ -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"