globalplatform
Functions
init.h File Reference
#include "globalplatform/library.h"
Include dependency graph for init.h:

Go to the source code of this file.

Functions

OPGP_NO_API void init (void)
 Handles the library initialization. More...
 
OPGP_NO_API void fini (void)
 Handles the library deinitialization. More...
 

Detailed Description

This file contains the initialization and deinitialization functionality when loading the library.

Function Documentation

◆ fini()

OPGP_NO_API void fini ( void  )

Handles the library deinitialization.

Checks the OpenSSL version and unloads legacy algorithms.

◆ init()

OPGP_NO_API void init ( void  )

Handles the library initialization.

Checks the OpenSSL version and enables necessary legacy algorithms.