mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-06 16:36:16 +08:00
Add SM9 demos
This commit is contained in:
10
demos/sm9/Makefile
Normal file
10
demos/sm9/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
all:
|
||||
cc sm9_keygen_demo.c -lgmssl -o sm9_keygen_demo
|
||||
cc sm9_sign_demo.c -lgmssl -o sm9_sign_demo
|
||||
cc sm9_encrypt_demo.c -lgmssl -o sm9_encrypt_demo
|
||||
|
||||
clean:
|
||||
rm -fr sm9_keygen_demo
|
||||
rm -fr sm9_sign_demo
|
||||
rm -fr sm9_encrypt_demo
|
||||
|
||||
Reference in New Issue
Block a user