]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Formatting
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 2 Jun 2021 00:23:38 +0000 (19:23 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 3 Jun 2021 17:11:08 +0000 (12:11 -0500)
src/lib/tls/utils.c

index 5306fdaa7c0fecf395d32fec6d45befdb2e97f0c..bb78944512641bad46157d3b6a497e4363ccd618 100644 (file)
  *
  */
 static fr_table_num_sorted_t const pkey_types[] = {
-       { L("DH"),              EVP_PKEY_DH             },
-       { L("DSA"),     EVP_PKEY_DSA            },
-       { L("EC"),              EVP_PKEY_EC             },
-       { L("RSA"),     EVP_PKEY_RSA            }
+       { L("DH"),      EVP_PKEY_DH     },
+       { L("DSA"),     EVP_PKEY_DSA    },
+       { L("EC"),      EVP_PKEY_EC     },
+       { L("RSA"),     EVP_PKEY_RSA    }
 };
 static size_t pkey_types_len = NUM_ELEMENTS(pkey_types);