mirror of
https://github.com/systemd/systemd.git
synced 2026-08-04 23:20:32 +00:00
openssl-util: drop unused fake type definitions when OpenSSL is disabled
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user