NeoMutt
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
crypt_mod_smime_classic.c File Reference

Wrappers for calls to CLI SMIME. More...

#include "config.h"
#include <stdio.h>
#include "lib.h"
#include "crypt_mod.h"
#include "smime.h"
+ Include dependency graph for crypt_mod_smime_classic.c:

Go to the source code of this file.

Functions

static void smime_class_init (void)
 Initialise smime.
 
static void smime_class_cleanup (void)
 Clean up smime.
 

Variables

const struct CryptModuleSpecs CryptModSmimeClassic
 CLI SMIME - Implements CryptModuleSpecs.
 

Detailed Description

Wrappers for calls to CLI SMIME.

Authors
  • g10 Code GmbH

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Definition in file crypt_mod_smime_classic.c.

Function Documentation

◆ smime_class_init()

static void smime_class_init ( void  )
static

Initialise smime.

Definition at line 40 of file crypt_mod_smime_classic.c.

41{
42 smime_init();
43}
void smime_init(void)
Initialise smime globals.
Definition: smime.c:95
+ Here is the call graph for this function:

◆ smime_class_cleanup()

static void smime_class_cleanup ( void  )
static

Clean up smime.

Definition at line 48 of file crypt_mod_smime_classic.c.

49{
51}
void smime_cleanup(void)
Clean up smime globals.
Definition: smime.c:105
+ Here is the call graph for this function:

Variable Documentation

◆ CryptModSmimeClassic

const struct CryptModuleSpecs CryptModSmimeClassic

CLI SMIME - Implements CryptModuleSpecs.

Definition at line 56 of file crypt_mod_smime_classic.c.