Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > e2684a69566d1ca92661a4dc45b387b9 > files > 23

globus-openssl-module-doc-3.2-1.fc16.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta name="robots" content="noindex">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<!-- THIS FILE IS AUTOMATICALLY GENERATED FROM THE GLOBUS SOURCE CODE
     DO NOT MODIFY.
-->
<title>Globus Reference Manual</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head>
<body>
<!-- Generated by Doxygen 1.7.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>
    </ul>
  </div>
</div>
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
  initNavTree('group__globus__openssl__activation.html','');
</script>
<div id="doc-content">
<div class="header">
  <div class="summary">
<a href="#define-members">Defines</a>  </div>
  <div class="headertitle">
<div class="title">Activation</div>  </div>
</div>
<div class="contents">
<h2><a name="define-members"></a>
Defines</h2>
<ul>
<li>#define <a class="el" href="group__globus__openssl__activation.html#ga976697225776651cf46289f745017f32">GLOBUS_OPENSSL_MODULE</a>
</ul>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<p>Globus OpenSSL uses standard Globus module activation and deactivation. </p>
<p>Before any OpenSSL functions are called, the following function must be called:</p>
<div class="fragment"><pre class="fragment">      globus_module_activate(<a class="code" href="group__globus__openssl__activation.html#ga976697225776651cf46289f745017f32" title="Module descriptor.">GLOBUS_OPENSSL_MODULE</a>)
</pre></div><p>This function returns GLOBUS_SUCCESS if OpenSSL was successfully initialized, and you are therefore allowed to subsequently call OpenSSL functions. Otherwise, an error code is returned, and OpenSSL functions should not subsequently be called. This function may be called multiple times.</p>
<p>To deactivate the OpenSSL module , the following function must be called:</p>
<div class="fragment"><pre class="fragment">    globus_module_deactivate(<a class="code" href="group__globus__openssl__activation.html#ga976697225776651cf46289f745017f32" title="Module descriptor.">GLOBUS_OPENSSL_MODULE</a>)
</pre></div><p>This function should be called once for each time OpenSSL was activated. </p>
<hr/><h2>Define Documentation</h2>
<a class="anchor" id="ga976697225776651cf46289f745017f32"></a><!-- doxytag: member="globus_openssl.h::GLOBUS_OPENSSL_MODULE" ref="ga976697225776651cf46289f745017f32" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">#define GLOBUS_OPENSSL_MODULE</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Module descriptor. </p>

</div>
</div>
</div>
</div>
  <div id="nav-path" class="navpath">
    <ul>
<hr>
<p align="center">
<a href="http://www.globus.org/toolkit/about.html" target="_top">about globus</a> |
<a href="http://www.globus.org/toolkit/" target="_top">globus toolkit</a> |
<a href="https://dev.globus.org/wiki/Welcome/" target="_top">dev.globus</a>
<br>
<br>
Comments? <a href="mailto:webmaster@globus.org">webmaster@globus.org</a>

</body>
</html>