Browse Source

Remove "CA" suffix from CA sys description

Georgi Chorbadzhiyski 13 years ago
parent
commit
1c74afa970
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      tsfuncs_cat.c

+ 4
- 4
tsfuncs_cat.c View File

176
 
176
 
177
 char * ts_get_CA_sys_txt(enum CA_system CA_sys) {
177
 char * ts_get_CA_sys_txt(enum CA_system CA_sys) {
178
 	switch (CA_sys) {
178
 	switch (CA_sys) {
179
-		case CA_IRDETO:			return "IRDETO CA";
180
-		case CA_CONNAX:			return "CONNAX CA";
181
-		case CA_CRYPTOWORKS:	return "CRYPTOWORKS CA";
179
+		case CA_IRDETO:			return "IRDETO";
180
+		case CA_CONNAX:			return "CONNAX";
181
+		case CA_CRYPTOWORKS:	return "CRYPTOWORKS";
182
 		case CA_UNKNOWN:
182
 		case CA_UNKNOWN:
183
-		default:				return "UNKNOWN CA";
183
+		default:				return "UNKNOWN";
184
 	}
184
 	}
185
 }
185
 }
186
 
186
 

Loading…
Cancel
Save