Print this page
4853 illumos-gate is not lint-clean when built with openssl 1.0

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/openssl/libsunw_ssl/d1_srtp.c
          +++ new/usr/src/lib/openssl/libsunw_ssl/d1_srtp.c
↓ open down ↓ 113 lines elided ↑ open up ↑
 114  114    Copyright (C) 2006, Network Resonance, Inc.
 115  115    Copyright (C) 2011, RTFM, Inc.
 116  116  */
 117  117  
 118  118  #include <stdio.h>
 119  119  #include <openssl/objects.h>
 120  120  #include "ssl_locl.h"
 121  121  
 122  122  #ifndef OPENSSL_NO_SRTP
 123  123  
 124      -#include "srtp.h"
      124 +#include <openssl/srtp.h>
 125  125  
 126  126  
 127  127  static SRTP_PROTECTION_PROFILE srtp_known_profiles[]=
 128  128      {
 129  129      {
 130  130      "SRTP_AES128_CM_SHA1_80",
 131  131      SRTP_AES128_CM_SHA1_80,
 132  132      },
 133  133      {
 134  134      "SRTP_AES128_CM_SHA1_32",
↓ open down ↓ 360 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX