Merge pull request #2460 from cgwalters/gir-no-tls-interaction

This commit is contained in:
Jonathan Lebon 2021-10-07 04:24:07 -04:00 committed by GitHub
commit cc70ab27fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 4 deletions

View File

@ -146,7 +146,7 @@ endif
if HAVE_LIBSOUP_CLIENT_CERTS if HAVE_LIBSOUP_CLIENT_CERTS
libostree_1_la_SOURCES += \ libostree_1_la_SOURCES += \
src/libostree/ostree-tls-cert-interaction.c \ src/libostree/ostree-tls-cert-interaction.c \
src/libostree/ostree-tls-cert-interaction.h \ src/libostree/ostree-tls-cert-interaction-private.h \
$(NULL) $(NULL)
endif endif

View File

@ -87,7 +87,7 @@ IGNORE_HFILES= \
ostree-repo-pull-private.h \ ostree-repo-pull-private.h \
ostree-repo-static-delta-private.h \ ostree-repo-static-delta-private.h \
ostree-sysroot-private.h \ ostree-sysroot-private.h \
ostree-tls-cert-interaction.h \ ostree-tls-cert-interaction-private.h \
$(NULL) $(NULL)
# Images to copy into HTML directory. # Images to copy into HTML directory.

View File

@ -35,7 +35,7 @@
#include "ostree-fetcher.h" #include "ostree-fetcher.h"
#include "ostree-fetcher-util.h" #include "ostree-fetcher-util.h"
#ifdef HAVE_LIBSOUP_CLIENT_CERTS #ifdef HAVE_LIBSOUP_CLIENT_CERTS
#include "ostree-tls-cert-interaction.h" #include "ostree-tls-cert-interaction-private.h"
#endif #endif
#include "ostree-enumtypes.h" #include "ostree-enumtypes.h"
#include "ostree.h" #include "ostree.h"

View File

@ -19,7 +19,7 @@
#include "config.h" #include "config.h"
#include "ostree-tls-cert-interaction.h" #include "ostree-tls-cert-interaction-private.h"
struct _OstreeTlsCertInteraction struct _OstreeTlsCertInteraction
{ {