From bf4b8bf55b7fbb830e216455ea9980913cfce0d5 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Mon, 10 Jul 2017 14:29:14 -0700 Subject: [PATCH] Use my fork of crypto-algorithms --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 72fbdb67..bdbfaaf8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -12,4 +12,4 @@ url = https://github.com/udp/json-parser.git [submodule "externals/crypto-algorithms"] path = externals/crypto-algorithms - url = https://github.com/B-Con/crypto-algorithms.git + url = https://github.com/maxbrunsfeld/crypto-algorithms.git