From: Arran Cudbard-Bell Date: Wed, 14 Mar 2018 23:00:53 +0000 (+0000) Subject: Cert fmt table should be static too X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5fb18d505f45fa246dc5b7edda5405c14010883d;p=thirdparty%2Ffreeradius-server.git Cert fmt table should be static too --- diff --git a/src/lib/tls/conf.c b/src/lib/tls/conf.c index 4e491190488..074b44e0a43 100644 --- a/src/lib/tls/conf.c +++ b/src/lib/tls/conf.c @@ -42,7 +42,7 @@ USES_APPLE_DEPRECATED_API /* OpenSSL API has been deprecated by Apple */ /** Certificate formats * */ -const FR_NAME_NUMBER certificate_format_table[] = { +static const FR_NAME_NUMBER certificate_format_table[] = { { "PEM", SSL_FILETYPE_PEM }, { "ASN1", SSL_FILETYPE_ASN1 }, { "DER", SSL_FILETYPE_ASN1 }, /* Alternate name for ASN1 */