mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-05-02 16:52:55 +00:00
Merge branch 'master' of github.com:servalproject/serval-dna
This commit is contained in:
commit
5ca2880bea
29
.gitignore
vendored
29
.gitignore
vendored
@ -5,3 +5,32 @@
|
|||||||
*.o
|
*.o
|
||||||
*.suo
|
*.suo
|
||||||
dna
|
dna
|
||||||
|
/nacl-source
|
||||||
|
nacl-sources.list
|
||||||
|
nacl-source.tar
|
||||||
|
api.h
|
||||||
|
crypto_auth_hmacsha256.h
|
||||||
|
crypto_auth_hmacsha512256.h
|
||||||
|
crypto_box_curve25519xsalsa20poly1305.h
|
||||||
|
crypto_core_hsalsa20.h
|
||||||
|
crypto_core_salsa20.h
|
||||||
|
crypto_core_salsa2012.h
|
||||||
|
crypto_core_salsa208.h
|
||||||
|
crypto_hash_sha256.h
|
||||||
|
crypto_hash_sha512.h
|
||||||
|
crypto_hashblocks_sha256.h
|
||||||
|
crypto_hashblocks_sha512.h
|
||||||
|
crypto_onetimeauth_poly1305.h
|
||||||
|
crypto_scalarmult_curve25519.h
|
||||||
|
crypto_secretbox_xsalsa20poly1305.h
|
||||||
|
crypto_sign_edwards25519sha512batch.h
|
||||||
|
crypto_stream_salsa20.h
|
||||||
|
crypto_stream_salsa2012.h
|
||||||
|
crypto_stream_salsa208.h
|
||||||
|
crypto_stream_xsalsa20.h
|
||||||
|
crypto_uint32.h
|
||||||
|
crypto_verify_16.h
|
||||||
|
crypto_verify_32.h
|
||||||
|
nacl.h
|
||||||
|
randombytes.h
|
||||||
|
|
||||||
|
@ -31,5 +31,5 @@ echo `ls -1 nacl-source/*/nacl-source/*/*.c` >>nacl-sources.list
|
|||||||
# Now build Android.mk with the extra .c files listed
|
# Now build Android.mk with the extra .c files listed
|
||||||
sources=`echo nacl-source/*/nacl-source/*/*.c`
|
sources=`echo nacl-source/*/nacl-source/*/*.c`
|
||||||
echo sed -e 's,LOCAL_SRC_FILES:= \\,LOCAL_SRC_FILES:= '"${sources}"' \\,'
|
echo sed -e 's,LOCAL_SRC_FILES:= \\,LOCAL_SRC_FILES:= '"${sources}"' \\,'
|
||||||
cat Android-without-nacl.mk | sed -e 's,LOCAL_SRC_FILES:= \\,LOCAL_SRC_FILES:= '"${sources}"' \\,' > Android.mk
|
cat Android-without-NaCl.mk | sed -e 's,LOCAL_SRC_FILES:= \\,LOCAL_SRC_FILES:= '"${sources}"' \\,' > Android.mk
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user