Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 9e72f3e7ecf68cce016a7c5c59e863d3 > files > 1185

lib64polarssl-devel-1.3.8-1.mga4.x86_64.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.5"/>
<title>PolarSSL v1.3.8: version.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">PolarSSL v1.3.8
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.5 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
<div id="nav-path" class="navpath">
  <ul>
<li class="navelem"><a class="el" href="dir_6a9bbd12bf4e19a18c45e270f8fae3fd.html">include</a></li><li class="navelem"><a class="el" href="dir_04272d44da4745cf8b8bfc767d6c6523.html">polarssl</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">version.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="version_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;</div>
<div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="comment"> * This set of compile-time defines and run-time variables can be used to</span></div>
<div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="comment"> * determine the version number of the PolarSSL library used.</span></div>
<div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="comment"> */</span></div>
<div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="preprocessor">#ifndef POLARSSL_VERSION_H</span></div>
<div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_VERSION_H</span></div>
<div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="preprocessor">#if !defined(POLARSSL_CONFIG_FILE)</span></div>
<div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#include &quot;<a class="code" href="config_8h.html">config.h</a>&quot;</span></div>
<div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;<span class="preprocessor">#else</span></div>
<div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#include POLARSSL_CONFIG_FILE</span></div>
<div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="version_8h.html#a7b2767c47fe157b1fe766ca30cf37bbc">   44</a></span>&#160;<span class="preprocessor">#define POLARSSL_VERSION_MAJOR  1</span></div>
<div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="version_8h.html#a6b6e1f4fcc43a274d44c4eb176ce35ba">   45</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_VERSION_MINOR  3</span></div>
<div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="version_8h.html#aef722623c9ac01acf886d3517ad3d62a">   46</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_VERSION_PATCH  8</span></div>
<div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="version_8h.html#a8a3f68a90790a378a533add3660ef1f2">   53</a></span>&#160;<span class="preprocessor">#define POLARSSL_VERSION_NUMBER         0x01030800</span></div>
<div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="version_8h.html#aa460d4012331fc73ed6b324512b49b61">   54</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_VERSION_STRING         &quot;1.3.8&quot;</span></div>
<div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="version_8h.html#a17f8642e62f11a2a034a99c8a042f710">   55</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_VERSION_STRING_FULL    &quot;PolarSSL 1.3.8&quot;</span></div>
<div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;<span class="preprocessor">#if defined(POLARSSL_VERSION_C)</span></div>
<div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;<span class="preprocessor">#ifdef __cplusplus</span></div>
<div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;<span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">&quot;C&quot;</span> {</div>
<div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="version_8h.html#a0bc463d1b7abd73209d713ec793173a8">version_get_number</a>( <span class="keywordtype">void</span> );</div>
<div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;</div>
<div class="line"><a name="l00077"></a><span class="lineno">   77</span>&#160;<span class="keywordtype">void</span> <a class="code" href="version_8h.html#ad1efb7ce9513b4eb116d772937f90738">version_get_string</a>( <span class="keywordtype">char</span> *<span class="keywordtype">string</span> );</div>
<div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;</div>
<div class="line"><a name="l00088"></a><span class="lineno">   88</span>&#160;<span class="keywordtype">void</span> <a class="code" href="version_8h.html#ab730e4a10a6856812c2dab4a9f14a48b">version_get_string_full</a>( <span class="keywordtype">char</span> *<span class="keywordtype">string</span> );</div>
<div class="line"><a name="l00089"></a><span class="lineno">   89</span>&#160;</div>
<div class="line"><a name="l00106"></a><span class="lineno">  106</span>&#160;<span class="keywordtype">int</span> <a class="code" href="version_8h.html#a237482a8c469b7d68c618e2cca72f1e0">version_check_feature</a>( <span class="keyword">const</span> <span class="keywordtype">char</span> *feature );</div>
<div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;</div>
<div class="line"><a name="l00108"></a><span class="lineno">  108</span>&#160;<span class="preprocessor">#ifdef __cplusplus</span></div>
<div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;<span class="preprocessor"></span>}</div>
<div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00111"></a><span class="lineno">  111</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00112"></a><span class="lineno">  112</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* POLARSSL_VERSION_C */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00113"></a><span class="lineno">  113</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00114"></a><span class="lineno">  114</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* version.h */</span><span class="preprocessor"></span></div>
<div class="ttc" id="config_8h_html"><div class="ttname"><a href="config_8h.html">config.h</a></div><div class="ttdoc">Configuration options (set of defines) </div></div>
<div class="ttc" id="version_8h_html_a237482a8c469b7d68c618e2cca72f1e0"><div class="ttname"><a href="version_8h.html#a237482a8c469b7d68c618e2cca72f1e0">version_check_feature</a></div><div class="ttdeci">int version_check_feature(const char *feature)</div><div class="ttdoc">Check if support for a feature was compiled into this PolarSSL binary. </div></div>
<div class="ttc" id="version_8h_html_a0bc463d1b7abd73209d713ec793173a8"><div class="ttname"><a href="version_8h.html#a0bc463d1b7abd73209d713ec793173a8">version_get_number</a></div><div class="ttdeci">unsigned int version_get_number(void)</div><div class="ttdoc">Get the version number. </div></div>
<div class="ttc" id="version_8h_html_ad1efb7ce9513b4eb116d772937f90738"><div class="ttname"><a href="version_8h.html#ad1efb7ce9513b4eb116d772937f90738">version_get_string</a></div><div class="ttdeci">void version_get_string(char *string)</div><div class="ttdoc">Get the version string (&amp;quot;x.y.z&amp;quot;). </div></div>
<div class="ttc" id="version_8h_html_ab730e4a10a6856812c2dab4a9f14a48b"><div class="ttname"><a href="version_8h.html#ab730e4a10a6856812c2dab4a9f14a48b">version_get_string_full</a></div><div class="ttdeci">void version_get_string_full(char *string)</div><div class="ttdoc">Get the full version string (&amp;quot;PolarSSL x.y.z&amp;quot;). </div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 31 2014 11:35:55 for PolarSSL v1.3.8 by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.5
</small></address>
</body>
</html>