ipfs-chromium
Loading...
Searching...
No Matches
test_data
include
third_party
boringssl
src
include
openssl
base.h
1
#pragma once
2
3
#include <openssl/ossl_typ.h>
4
#include <openssl/md5.h>
5
6
#include <memory>
7
8
#undef OPENSSL_EXPORT
9
#define OPENSSL_EXPORT
10
#define BSSL_CHECK(X)
11
12
typedef
struct
crypto_buffer_st CRYPTO_BUFFER;
13
14
namespace
bssl {
15
template
<
class
T>
16
using
UniquePtr = std::unique_ptr<T>;
17
18
}
19
20
#include "third_party/boringssl/src/pki/input.h"
Generated by
1.9.8