[network-manager-openvpn] properties: remove unused certificate BEGIN/END tags



commit e5a0bdc506ce4840a4872361a4855bff49e81f8d
Author: Thomas Haller <thaller redhat com>
Date:   Thu Jan 28 11:08:37 2016 +0100

    properties: remove unused certificate BEGIN/END tags

 properties/import-export.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/properties/import-export.c b/properties/import-export.c
index c6ba723..3af56a4 100644
--- a/properties/import-export.c
+++ b/properties/import-export.c
@@ -201,15 +201,6 @@ handle_path_item (const char *line,
 static void
 handle_direction (const char *tag, const char *key, char *leftover, NMSettingVpn *s_vpn);
 
-#define CERT_BEGIN  "-----BEGIN CERTIFICATE-----"
-#define CERT_END    "-----END CERTIFICATE-----"
-#define PRIV_KEY_BEGIN  "-----BEGIN PRIVATE KEY-----"
-#define PRIV_KEY_END    "-----END PRIVATE KEY-----"
-#define RSA_PRIV_KEY_BEGIN  "-----BEGIN RSA PRIVATE KEY-----"
-#define RSA_PRIV_KEY_END    "-----END RSA PRIVATE KEY-----"
-#define STATIC_KEY_BEGIN    "-----BEGIN OpenVPN Static key V1-----"
-#define STATIC_KEY_END    "-----END OpenVPN Static key V1-----"
-
 static gboolean
 handle_blob_item (const char ***line,
                   const char *key,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]