mirror of
https://github.com/libp2p/go-openssl.git
synced 2024-12-26 23:40:07 +08:00
751143ef9c
[katamari commit: ce8d2d36f887ab400c77a4eed9e37d02ecc8968a]
9 lines
158 B
Go
9 lines
158 B
Go
// Copyright (C) 2014 Space Monkey, Inc.
|
|
// +build cgo
|
|
|
|
package openssl
|
|
|
|
// #cgo pkg-config: openssl
|
|
// #cgo windows CFLAGS: -DWIN32_LEAN_AND_MEAN
|
|
import "C"
|