summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Baryshkov <dbaryshkov@gmail.com>2020-05-14 05:28:20 +0300
committerDmitry Baryshkov <dbaryshkov@gmail.com>2020-05-14 05:28:20 +0300
commit4266d0bef6cf3f58fb4669d225d5590c0f2118d5 (patch)
tree01ff656655e1d127c18953d754f5290114bd711a
parent4da53c4a4380e4fe0cf676f432c61f9c164971f0 (diff)
downloadgnutls-4266d0bef6cf3f58fb4669d225d5590c0f2118d5.tar.gz
devel: add libtasn1 submodule
GnuTLS maintains a part of libtasn1 sources in form of minitasn1 import. Add libtasn1 submodule to ease synchronization with libtasn1. Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
-rw-r--r--.gitmodules3
m---------devel/libtasn10
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 672f483a31..911c918895 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -16,3 +16,6 @@
[submodule "devel/nettle"]
path = devel/nettle
url = https://gitlab.com/gnutls/nettle.git
+[submodule "devel/libtasn1"]
+ path = devel/libtasn1
+ url = https://gitlab.com/gnutls/libtasn1.git
diff --git a/devel/libtasn1 b/devel/libtasn1
new file mode 160000
+Subproject 78204593822b4c1a8e0ca87f57c48e5936b0fe2