From e3e7221d092560e8b57391df9b992dbc9c8bb14e Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Sun, 13 Feb 2022 01:18:52 +0100 Subject: [PATCH] Adding OpenSC submodule. Signed-off-by: Pol Henarejos --- .gitmodules | 3 +++ OpenSC | 1 + ccid.c | 1 - 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 OpenSC delete mode 100644 ccid.c diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..61a168b --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "OpenSC"] + path = OpenSC + url = https://github.com/OpenSC/OpenSC diff --git a/OpenSC b/OpenSC new file mode 160000 index 0000000..be3dcd8 --- /dev/null +++ b/OpenSC @@ -0,0 +1 @@ +Subproject commit be3dcd821e731d458c10a5fdd0d28474a8f20a78 diff --git a/ccid.c b/ccid.c deleted file mode 100644 index c3084fa..0000000 --- a/ccid.c +++ /dev/null @@ -1 +0,0 @@ -#include "ccid.h"