summaryrefslogtreecommitdiff
path: root/usr/src/common/net/wanboot/boot_http.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/common/net/wanboot/boot_http.c')
-rw-r--r--usr/src/common/net/wanboot/boot_http.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/src/common/net/wanboot/boot_http.c b/usr/src/common/net/wanboot/boot_http.c
index 737f49a8aa..26590369cd 100644
--- a/usr/src/common/net/wanboot/boot_http.c
+++ b/usr/src/common/net/wanboot/boot_http.c
@@ -2254,7 +2254,6 @@ print_ciphers(SSL *ssl)
return;
for (i = 0; i < sk_SSL_CIPHER_num(sk); i++) {
- /* LINTED */
c = sk_SSL_CIPHER_value(sk, i);
libbootlog(BOOTLOG_VERBOSE, "%08lx %s", c->id, c->name);
}