]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
- empty created
authorMartin Willi <martin@strongswan.org>
Wed, 30 Nov 2005 13:47:08 +0000 (13:47 -0000)
committerMartin Willi <martin@strongswan.org>
Wed, 30 Nov 2005 13:47:08 +0000 (13:47 -0000)
Source/charon/config/init_config.c [new file with mode: 0644]
Source/charon/config/init_config.h [new file with mode: 0644]
Source/charon/config/sa_config.c [new file with mode: 0644]
Source/charon/config/sa_config.h [new file with mode: 0644]

diff --git a/Source/charon/config/init_config.c b/Source/charon/config/init_config.c
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/Source/charon/config/init_config.h b/Source/charon/config/init_config.h
new file mode 100644 (file)
index 0000000..4cf9860
--- /dev/null
@@ -0,0 +1,4 @@
+#ifndef _INIT_CONFIG_H_
+#define _INIT_CONFIG_H_
+
+#endif //_INIT_CONFIG_H_
diff --git a/Source/charon/config/sa_config.c b/Source/charon/config/sa_config.c
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/Source/charon/config/sa_config.h b/Source/charon/config/sa_config.h
new file mode 100644 (file)
index 0000000..94d05e1
--- /dev/null
@@ -0,0 +1,4 @@
+#ifndef _SA_CONFIG_H_
+#define _SA_CONFIG_H_
+
+#endif //_SA_CONFIG_H_