From e446e29318c09432dcaabfa3b3d89c8a46b21eda Mon Sep 17 00:00:00 2001 From: Conor Patrick Date: Tue, 26 Jun 2018 23:08:57 -0400 Subject: [PATCH] add tinyaes --- .gitmodules | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index 8c1560b..ded5ca1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,9 +7,6 @@ [submodule "crypto/micro-ecc"] path = crypto/micro-ecc url = https://github.com/kmackay/micro-ecc.git -[submodule ".\\crypto\\micro-ecc"] - path = .\\crypto\\micro-ecc - url = https://github.com/kmackay/micro-ecc.git -[submodule ".\\crypto\\tiny-AES-c"] - path = .\\crypto\\tiny-AES-c +[submodule "crypto/tiny-AES-c"] + path = crypto/tiny-AES-c url = https://github.com/kokke/tiny-AES-c.git