mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-07 08:56:17 +08:00
10 lines
138 B
Go
Executable File
10 lines
138 B
Go
Executable File
/* +build cgo */
|
|
|
|
package gmssl
|
|
|
|
/*
|
|
#cgo darwin CFLAGS: -I/usr/local/include
|
|
#cgo darwin LDFLAGS: -L/usr/local/lib -lcrypto
|
|
*/
|
|
import "C"
|