ossl_random.hpp (6dbe9bea2e45791fc924645fb8b7813fdd7f4cd1) | ossl_random.hpp (17c472452c9a3518aeac636d01b8e2f01c4fa21f) |
---|---|
1#pragma once 2 3#include "logging.hpp" 4 5extern "C" 6{ 7#include <openssl/rand.h> 8} 9 | 1#pragma once 2 3#include "logging.hpp" 4 5extern "C" 6{ 7#include <openssl/rand.h> 8} 9 |
10#include <iostream> | |
11#include <limits> 12#include <string> 13 14namespace bmcweb 15{ 16 17struct OpenSSLGenerator 18{ --- 39 unchanged lines hidden --- | 10#include <limits> 11#include <string> 12 13namespace bmcweb 14{ 15 16struct OpenSSLGenerator 17{ --- 39 unchanged lines hidden --- |