mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-08 23:13:38 +08:00
Update some demos
This commit is contained in:
11
demos/skf/Makefile
Normal file
11
demos/skf/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
all:
|
||||
#gcc skf.c libskf.so -o skf
|
||||
gcc skf.c -DUSE_GMAPI -lcrypto -o skf-gmapi
|
||||
|
||||
test:
|
||||
#./skf
|
||||
./skf-gmapi
|
||||
|
||||
clean:
|
||||
rm -fr skf
|
||||
rm -fr skf-gmapi
|
||||
Reference in New Issue
Block a user