mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-09 07:23:56 +08:00
jni api
This commit is contained in:
14
demos/gmssl/Makefile
Normal file
14
demos/gmssl/Makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
all:
|
||||
cc -o ciphers -Wall ciphers.c -L/usr/local/lib -lcrypto
|
||||
cc -o sm3 -Wall sm3.c -L/usr/local/lib -lcrypto
|
||||
cc -o evpsm3 -Wall evpsm3.c -L/usr/local/lib -lcrypto
|
||||
cc -o hmacsm3 -Wall hmacsm3.c -L/usr/local/lib -lcrypto
|
||||
|
||||
clean:
|
||||
rm -fr a.out *.o
|
||||
rm -fr ciphers
|
||||
rm -fr sm3
|
||||
rm -fr evpsm3
|
||||
rm -fr hmacsm3
|
||||
|
||||
Reference in New Issue
Block a user