<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hi<br>
<br>
<blockquote type="cite"
cite="mid:1497382264.1311176.1008310008.1975B6C2@webmail.messagingengine.com">
<blockquote type="cite">
<blockquote type="CITE">
<pre>nopoll_conn.c:642:2: error: 'TLSv1_client_method' is deprecated
[-Werror=deprecated-declarations]
nopoll_conn.c:642:2: error: 'TLSv1_server_method' is deprecated
[-Werror=deprecated-declarations]
</pre>
</blockquote>
<div style="font-family:"Courier New";"><br>
</div>
<div style="font-family:"Courier New";">Ok, all these
declarations are flagged by OpenSSL as deprecated but at<br>
</div>
<div style="font-family:"Courier New";"> the same time
exposed and detected noPoll as available. I think I can't<br>
</div>
<div style="font-family:"Courier New";"> do too much
about, unless you have something in mind...<br>
</div>
</blockquote>
</blockquote>
<br>
Don't think this is hard to fix properly. Just add check for
TLS_client_method() and/or TLS_client_method() and use these instead
when available.<br>
<br>
<blockquote type="cite"
cite="mid:1497382264.1311176.1008310008.1975B6C2@webmail.messagingengine.com">
<blockquote type="cite">
<blockquote type="CITE">
<pre>nopoll_conn.c:2478:18: error: storage size of 'mdctx' isn't known
nopoll_conn.c:2478:18: error: unused variable 'mdctx'
[-Werror=unused-variable]
</pre>
</blockquote>
<div style="font-family:"Courier New";"><br>
</div>
<div style="font-family:"Courier New";">This error has
several implications. Maybe the most important is that<br>
</div>
<div style="font-family:"Courier New";"> if you
download public<br>
</div>
<div style="font-family:"Courier New";"> <a
href="http://www.aspl.es/nopoll/downloads/nopoll-0.4.3.b311.tar.gz"
moz-do-not-send="true">http://www.aspl.es/nopoll/downloads/nopoll-0.4.3.b311.tar.gz</a>
you'll<br>
</div>
<div style="font-family:"Courier New";"> find that
line error reported does not matches....so we are not talking<br>
</div>
<div style="font-family:"Courier New";"> about same
sources :-?<br>
</div>
</blockquote>
</blockquote>
<br>
This is a very real error with OpenSSL 1.1, and I got it as well.
See my previous mail for a fix.<br>
<br>
<a class="moz-txt-link-freetext" href="https://stackoverflow.com/questions/42662733/evp-md-ctx-error-storage-size-of-ctx-isn-t-known">https://stackoverflow.com/questions/42662733/evp-md-ctx-error-storage-size-of-ctx-isn-t-known</a><br>
<br>
--Kjell<br>
<br>
<html><div><br></div></html><font face="tahoma, arial, helvetica, sans-serif"><span style="font-size: 12px;"><b>CONFIDENTIALITY</b></span></font><div><font face="tahoma, arial, helvetica, sans-serif"><span style="font-size: 12px;">This e-mail and any attachment contain KONGSBERG information which may be </span></font><span style="font-size: 12px; font-family: tahoma, arial, helvetica, sans-serif;">proprietary, confidential or subject to export regulations, and is only meant </span><span style="font-size: 12px; font-family: tahoma, arial, helvetica, sans-serif;">or the intended recipient(s). Any disclosure, copying, distribution or use is </span><span style="font-size: 12px; font-family: tahoma, arial, helvetica, sans-serif;">prohibited, if not otherwise explicitly agreed with KONGSBERG. If received in </span><span style="font-size: 12px; font-family: tahoma, arial, helvetica, sans-serif;">error, please delete it immediately from your system and notify the sender </span><span style="font-size: 12px; font-family: tahoma, arial, helvetica, sans-serif;">properly.</span></div></body>
</html>