mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-09 07:23:56 +08:00
Update some demos
This commit is contained in:
10
demos/sdf/Makefile
Normal file
10
demos/sdf/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
all:
|
||||
gcc sdf.c libsdf.so -o sdf
|
||||
gcc sdf.c -DUSE_GMAPI -L /usr/local/lib -lcrypto -o sdf-gmapi
|
||||
|
||||
test:
|
||||
./sdf-gmapi
|
||||
|
||||
clean:
|
||||
rm -fr sdf
|
||||
rm -fr sdf-gmaip
|
||||
Reference in New Issue
Block a user