segatools/platform/opensslpatch.h
2024-10-18 13:34:25 +07:00

8 lines
136 B
C

#pragma once
struct openssl_patch_config {
int enable;
};
HRESULT openssl_patch_apply(const struct openssl_patch_config *cfg);