mirror of
https://gitea.tendokyu.moe/TeamTofuShop/segatools.git
synced 2026-09-26 08:18:05 +03: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);
|