diff --git a/src/libostree/ostree-repo-verity.c b/src/libostree/ostree-repo-verity.c index 0c85ad31..0823fd99 100644 --- a/src/libostree/ostree-repo-verity.c +++ b/src/libostree/ostree-repo-verity.c @@ -29,19 +29,6 @@ #include #endif -#if defined(HAVE_OPENSSL) -#include -#include -#include -#include -#include - -G_DEFINE_AUTOPTR_CLEANUP_FUNC (X509, X509_free); -G_DEFINE_AUTOPTR_CLEANUP_FUNC (EVP_PKEY, EVP_PKEY_free); -G_DEFINE_AUTOPTR_CLEANUP_FUNC (BIO, BIO_free); -G_DEFINE_AUTOPTR_CLEANUP_FUNC (PKCS7, PKCS7_free); -#endif - gboolean _ostree_repo_parse_fsverity_config (OstreeRepo *self, GError **error) {