mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-10 16:03:48 +08:00
update go api
This commit is contained in:
9
go/gmssl/build.go
Executable file
9
go/gmssl/build.go
Executable file
@@ -0,0 +1,9 @@
|
||||
/* +build cgo */
|
||||
|
||||
package gmssl
|
||||
|
||||
/*
|
||||
#cgo darwin CFLAGS: -I/usr/local/include
|
||||
#cgo darwin LDFLAGS: -L/usr/local/lib -lcrypto
|
||||
*/
|
||||
import "C"
|
||||
Reference in New Issue
Block a user