]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
openssl-util: drop unused fake type definitions when OpenSSL is disabled
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 26 Oct 2025 07:22:42 +0000 (16:22 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 2 Nov 2025 07:07:46 +0000 (16:07 +0900)
src/shared/openssl-util.h

index f7f452cead330e82392043846362b81044b0abe6..21b0e66fc1b8e6d1fd2aad809ebd74f72de421e6 100644 (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);