13 lines
209 B
C++
13 lines
209 B
C++
|
/***
|
||
|
Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved.
|
||
|
|
||
|
File: GenerateCertificate.hpp
|
||
|
Date: 2022-11-18
|
||
|
Author: Reece
|
||
|
***/
|
||
|
#pragma once
|
||
|
|
||
|
namespace Aurora::Crypto::X509
|
||
|
{
|
||
|
|
||
|
}
|