pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

openssl strikes yet again! This time it's chat/hexchat



ssl.c: In function '_SSL_get_cert_info':
ssl.c:174:30: error: dereferencing pointer to incomplete type 'X509 {aka struct
x509_st}'
  alg = OBJ_obj2nid (peer_cert->cert_info->key->algor->algorithm);
                              ^~
ssl.c: In function '_SSL_socket':
ssl.c:300:9: error: dereferencing pointer to incomplete type 'SSL_CTX {aka struct ssl_ctx_st}'
  if (ctx->method == SSLv23_client_method())
         ^~
ssl.c: In function '_SSL_close':
ssl.c:338:2: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations]
  ERR_remove_state (0);    /* free state buffer */
  ^~~~~~~~~~~~~~~~
In file included from /usr/include/openssl/ct.h:13:0,
                 from /usr/include/openssl/ssl.h:61,
                 from ssl.c:26:
/usr/include/openssl/err.h:248:1: note: declared here
 DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid))
 ^
ssl.c: In function '_SSL_check_subject_altname':
ssl.c:433:5: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations]
     data = ASN1_STRING_data (altname->d.dNSName);
     ^~~~

<more>

+------------------+--------------------------+----------------------------+
| Paul Goyette     | PGP Key fingerprint:     | E-mail addresses:          |
| (Retired)        | FA29 0E3B 35AF E8AE 6651 | paul at whooppee dot com   |
| Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd dot org |
+------------------+--------------------------+----------------------------+


Home | Main Index | Thread Index | Old Index