forked from Hay1tsme/segatools
common: add OpenSSL Intel SHA ext hook
This commit is contained in:
12
common/platform/openssl.h
Normal file
12
common/platform/openssl.h
Normal file
@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
struct openssl_config {
|
||||
bool enable;
|
||||
bool override;
|
||||
};
|
||||
|
||||
HRESULT openssl_hook_init(const struct openssl_config *cfg);
|
Reference in New Issue
Block a user