Add package: wsupp-libc
This commit is contained in:
13
core/wsupp-libc.d/files/crypto.mk
Normal file
13
core/wsupp-libc.d/files/crypto.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
OBJ = \
|
||||
aes128.o \
|
||||
aes128_unwrap.o \
|
||||
aes128_wrap.o \
|
||||
pbkdf2_sha1.o \
|
||||
sha1.o \
|
||||
sha1_hash.o \
|
||||
sha1_hmac.o
|
||||
|
||||
all: $(OBJ)
|
||||
|
||||
clean:
|
||||
rm -f *.o
|
||||
Reference in New Issue
Block a user