summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/common/net/wanboot/p12aux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/common/net/wanboot/p12aux.h b/usr/src/common/net/wanboot/p12aux.h
index be07683c37..a4de6781aa 100644
--- a/usr/src/common/net/wanboot/p12aux.h
+++ b/usr/src/common/net/wanboot/p12aux.h
@@ -44,8 +44,8 @@ extern "C" {
*
* My apologies.
*/
-/* LINTED */
-DECLARE_STACK_OF(EVP_PKEY);
+/* CSTYLED */
+DECLARE_STACK_OF(EVP_PKEY)
#define sk_EVP_PKEY_new_null() SKM_sk_new_null(EVP_PKEY)
#define sk_EVP_PKEY_free(st) SKM_sk_free(EVP_PKEY, (st))