MCPcopy Create free account
hub / github.com/corosync/corosync / show_version_info_crypto

Function show_version_info_crypto

exec/main.c:1248–1258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1246}
1247
1248static void show_version_info_crypto(void)
1249{
1250 const char *error_string;
1251 const char *list_str;
1252
1253 if (util_is_valid_knet_crypto_model(NULL, &list_str, 1, "", &error_string) != -1) {
1254 printf("Available crypto models: %s\n", list_str);
1255 } else {
1256 perror(error_string);
1257 }
1258}
1259
1260static void show_version_info_compress(void)
1261{

Callers 1

show_version_infoFunction · 0.85

Calls 1

Tested by

no test coverage detected