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


  87 #else
  88 #define X509_CERT_AREA          "SSLROOT:[000000]"
  89 #define X509_CERT_DIR           "SSLCERTS:"
  90 #define X509_CERT_FILE          "SSLCERTS:cert.pem"
  91 #define X509_PRIVATE_DIR        "SSLPRIVATE:"
  92 #endif
  93 
  94 #define X509_CERT_DIR_EVP        "SSL_CERT_DIR"
  95 #define X509_CERT_FILE_EVP       "SSL_CERT_FILE"
  96 
  97 /* size of string representations */
  98 #define DECIMAL_SIZE(type)      ((sizeof(type)*8+2)/3+1)
  99 #define HEX_SIZE(type)          (sizeof(type)*2)
 100 
 101 void OPENSSL_cpuid_setup(void);
 102 extern unsigned int OPENSSL_ia32cap_P[];
 103 void OPENSSL_showfatal(const char *fmta,...);
 104 void *OPENSSL_stderr(void);
 105 extern int OPENSSL_NONPIC_relocated;
 106 


 107 #ifdef  __cplusplus
 108 }
 109 #endif
 110 
 111 #endif


  87 #else
  88 #define X509_CERT_AREA          "SSLROOT:[000000]"
  89 #define X509_CERT_DIR           "SSLCERTS:"
  90 #define X509_CERT_FILE          "SSLCERTS:cert.pem"
  91 #define X509_PRIVATE_DIR        "SSLPRIVATE:"
  92 #endif
  93 
  94 #define X509_CERT_DIR_EVP        "SSL_CERT_DIR"
  95 #define X509_CERT_FILE_EVP       "SSL_CERT_FILE"
  96 
  97 /* size of string representations */
  98 #define DECIMAL_SIZE(type)      ((sizeof(type)*8+2)/3+1)
  99 #define HEX_SIZE(type)          (sizeof(type)*2)
 100 
 101 void OPENSSL_cpuid_setup(void);
 102 extern unsigned int OPENSSL_ia32cap_P[];
 103 void OPENSSL_showfatal(const char *fmta,...);
 104 void *OPENSSL_stderr(void);
 105 extern int OPENSSL_NONPIC_relocated;
 106 
 107 void illumos_locking_setup();
 108 
 109 #ifdef  __cplusplus
 110 }
 111 #endif
 112 
 113 #endif