mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-18 10:04:17 +03:00
repo: Remove leftover OpenSSL includes
This removes OpenSSL includes for PKCS#7, previously used to generate fs-verity builtin signatures. Signed-off-by: Daiki Ueno <dueno@redhat.com>
This commit is contained in:
parent
023888d8a3
commit
371540f9ab
@ -29,19 +29,6 @@
|
|||||||
#include <linux/fsverity.h>
|
#include <linux/fsverity.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(HAVE_OPENSSL)
|
|
||||||
#include <openssl/bio.h>
|
|
||||||
#include <openssl/engine.h>
|
|
||||||
#include <openssl/err.h>
|
|
||||||
#include <openssl/pem.h>
|
|
||||||
#include <openssl/pkcs7.h>
|
|
||||||
|
|
||||||
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
|
gboolean
|
||||||
_ostree_repo_parse_fsverity_config (OstreeRepo *self, GError **error)
|
_ostree_repo_parse_fsverity_config (OstreeRepo *self, GError **error)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user