<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Hi<br>
<span style="background-color:rgb(255, 255, 255);display:inline !important">#define of </span>BIOerr and BUFerr  is deprecated in openssl3.0 <br>
<br>
# ifndef OPENSSL_NO_DEPRECATED_3_0
<div> #define BIOerr(<span style="background-color: rgb(255, 255, 0);">f</span>, r) ERR_raise_data(ERR_LIB_BIO, (r), NULL)</div>
 # define BUFerr(<span style="background-color: rgb(255, 255, 0);">f,</span> r) ERR_raise_data(ERR_LIB_BUF, (r), NULL)<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
#endif<br>
<br>
The BIOerr and BUFerr are used in the code something like below </div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
BIOerr(BIO_F_BIO_NEW_MEM_BUF, BIO_R_NULL_PARAMETER);<br>
BIOerr(BIO_F_MEM_WRITE, BIO_R_NULL_PARAMETER);<br>
BIOerr(BIO_F_MEM_WRITE, BIO_R_WRITE_TO_READ_ONLY_BIO);<br>
BIOerr(BIO_F_MEM_WRITE, BIO_R_NULL_PARAMETER);<br>
<br>
 BUFerr(BUF_F_BUF_MEM_NEW, ERR_R_MALLOC_FAILURE);<br>
 BUFerr(BUF_F_BUF_MEM_GROW, ERR_R_MALLOC_FAILURE);</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
 BUFerr(BUF_F_BUF_MEM_GROW_CLEAN, ERR_R_MALLOC_FAILURE);</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Now im trying to replace with  
<pre style="margin:0px 0px 2.1em;padding:0.8em 1em;border:1px solid rgb(5, 35, 43);line-height:1.45em;font-family:Menlo, Monaco, "Andale Mono", "lucida console", "Courier New", monospace;font-size:13px;box-shadow:rgba(0, 0, 0, 0.06) 0px 0px 10px;background:url("/img/noise.png") left top rgb(0, 43, 54);border-radius:0.4em;color:rgb(0, 255, 0);overflow:auto"><code style="margin:0px">void ERR_raise(int lib, int reason);</code></pre>
<br>
But how do i manage "f" paramater  which is <span style="background-color:rgb(255, 255, 255);display:inline !important">highlighted in #define<br>
</span><br>
please suggest,<br>
<br>
thanks,</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
shiva kumar<br>
<br>
<br>
</div>
<br clear="both">
Notice: This e-mail together with any attachments may contain information of Ribbon Communications Inc. and its Affiliates that is confidential and/or proprietary for the sole use of the intended recipient. Any review, disclosure, reliance or distribution by others or forwarding without express permission is strictly prohibited. If you are not the intended recipient, please notify the sender immediately and then delete all copies, including any attachments.<BR>
</body>
</html>