mirror of
https://gitea.tendokyu.moe/Dniel97/segatools.git
synced 2025-02-14 17:52:58 +01:00
8 lines
136 B
C
8 lines
136 B
C
#pragma once
|
|
|
|
struct openssl_patch_config {
|
|
int enable;
|
|
};
|
|
|
|
HRESULT openssl_patch_apply(const struct openssl_patch_config *cfg);
|