<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 id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p>Can you please suggest any technical name for changing sources from openssl-1.0.2 to openssl-1.1.0 because we are supporting both openssl versions and To maintain these sources we are using #ifdef and #else preprocessor statement.
</p>
<p><br>
</p>
<p>We are looking some technical <name> to make the difference between these sources.
<br>
</p>
<p>#ifdef <name><br>
</p>
<p>// openssl 1.1.0 sources<br>
</p>
<p>#else</p>
<p>// openssl 1.0.2 sources<br>
</p>
<p>#endif<br>
</p>
</div>
</body>
</html>