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

void openssl_cleanup (  )  [inline]

Definition at line 22 of file OpenSSL_init.h.

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

00023 {
00024   EVP_cleanup();
00025 }

Here is the caller graph for this function:

void openssl_init (  )  [inline]

This is seperate 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().

00018 {
00019   OpenSSL_add_all_algorithms();
00020 }

Here is the caller graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 10 Aug 2018 for OpenDDS by  doxygen 1.6.1