openssl-util: drop unused fake type definitions when OpenSSL is disabled

This commit is contained in:
Yu Watanabe
2025-10-26 16:22:42 +09:00
parent 09ae1c8ade
commit 61d1f394cc

View File

@@ -181,10 +181,7 @@ static inline int string_hashsum_sha256(const char *s, size_t len, char **ret) {
typedef struct X509 X509;
typedef struct EVP_PKEY EVP_PKEY;
typedef struct EVP_MD EVP_MD;
typedef struct UI_METHOD UI_METHOD;
typedef struct ASN1_TYPE ASN1_TYPE;
typedef struct ASN1_STRING ASN1_STRING;
static inline void* X509_free(X509 *p) {
assert(p == NULL);