diff options
| author | Alexander Pyhalov <apyhalov@gmail.com> | 2014-05-15 10:28:03 +0400 |
|---|---|---|
| committer | Robert Mustacchi <rm@joyent.com> | 2014-05-19 07:55:53 -0700 |
| commit | a65cd518c5d0f30c53594a7022eb0f7d04c98cef (patch) | |
| tree | 3fd8815f466051e2274f7d101fd52885606a4366 /usr/src/common | |
| parent | 60b43c45a204a6c0651e8017e1e505015ba74094 (diff) | |
| download | illumos-joyent-a65cd518c5d0f30c53594a7022eb0f7d04c98cef.tar.gz | |
4853 illumos-gate is not lint-clean when built with openssl 1.0
Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com>
Reviewed by: Alexander Eremin <alexander.eremin@nexenta.com>
Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/common')
| -rw-r--r-- | usr/src/common/net/wanboot/boot_http.c | 1 |
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); } |
