AuroraRuntime/Source/Crypto/CA/AuPinOS.NT.cpp

21 lines
408 B
C++
Raw Normal View History

/***
Copyright (C) 2024 Jamie Reece Wilson (a/k/a "Reece"). All rights reserved.
File: AuPinOS.NT.cpp
Date: 2024-10-14
Author: Reece
***/
#include <Source/RuntimeInternal.hpp>
namespace Aurora::Crypto::CA
{
AUKN_SYM IPinCertificate *PinCheckOSNew()
{
return nullptr;
}
AUKN_SYM void PinCheckOSRelease(IPinCertificate *pHandle)
{
// Singleton NOP
}
}