mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-09 15:33:58 +08:00
Update some demos
This commit is contained in:
11
demos/sm4/Makefile
Normal file
11
demos/sm4/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
all:
|
||||
gcc sms4.c -L /usr/local/lib -lcrypto -o sms4
|
||||
gcc sms4.c -DUSE_RANDOM -L /usr/local/lib -lcrypto -o sms4rnd
|
||||
|
||||
test:
|
||||
./sms4
|
||||
./sms4rnd
|
||||
|
||||
clean:
|
||||
rm -fr sms4
|
||||
rm -fr sms4rnd
|
||||
Reference in New Issue
Block a user