globalplatform
|
#include "globalplatform/library.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... | |
This file contains the initialization and deinitialization functionality when loading the library.
OPGP_NO_API void fini | ( | void | ) |
Handles the library deinitialization.
Checks the OpenSSL version and unloads legacy algorithms.
OPGP_NO_API void init | ( | void | ) |
Handles the library initialization.
Checks the OpenSSL version and enables necessary legacy algorithms.