All pastes #2051614 Raw Edit

Miscellany

public text v1 · immutable
#2051614 ·published 2011-04-28 16:28 UTC
rendered paste body
wocky-openssl.c: In function 'check_peer_name':
wocky-openssl.c:916: error: passing argument 1 of 'convert->i2s' discards qualifiers from pointer target type
wocky-openssl.c:916: note: expected 'struct v3_ext_method *' but argument is of type 'const struct X509V3_EXT_METHOD *'
wocky-openssl.c:925: error: passing argument 1 of 'convert->i2v' discards qualifiers from pointer target type
wocky-openssl.c:925: note: expected 'struct v3_ext_method *' but argument is of type 'const struct X509V3_EXT_METHOD *'
wocky-openssl.c: In function 'wocky_tls_session_constructed':
wocky-openssl.c:1689: error: passing argument 1 of 'SSL_CTX_new' discards qualifiers from pointer target type
/usr/include/openssl/ssl.h:1313: note: expected 'struct SSL_METHOD *' but argument is of type 'const struct SSL_METHOD *'