OpenDDS  Snapshot(2023/04/28-20:55)
Functions
OpenSSL_init.h File Reference
#include <openssl/evp.h>
Include dependency graph for OpenSSL_init.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void openssl_init ()
 
void openssl_cleanup ()
 

Function Documentation

◆ openssl_cleanup()

void openssl_cleanup ( )
inline

Definition at line 22 of file OpenSSL_init.h.

References openssl_init().

Referenced by OpenDDS::Security::CryptoBuiltInImpl::~CryptoBuiltInImpl().

23 {
24  EVP_cleanup();
25 }

◆ openssl_init()

void openssl_init ( )
inline

This is separate from OpenSSL_legacy.h to use in the SSL Unit Test Main.cpp

Definition at line 17 of file OpenSSL_init.h.

Referenced by OpenDDS::Security::CryptoBuiltInImpl::CryptoBuiltInImpl(), and openssl_cleanup().

18 {
19  OpenSSL_add_all_algorithms();
20 }