95acb6
From 942017c862373a4ad03ed9fe05f274a1156d5b27 Mon Sep 17 00:00:00 2001
95acb6
From: Sebastian Kisela <skisela@redhat.com>
95acb6
Date: Mon, 9 Oct 2017 16:06:11 +0200
95acb6
Subject: [PATCH] Do not include config.h in libvolume_key.h
95acb6
95acb6
The library's header file distributed in the devel package cannot include
95acb6
the config.h file that is only available during build otherwise it's not
95acb6
possible to use the library outside of the volume_key build process.
95acb6
---
95acb6
 lib/libvolume_key.h | 2 --
95acb6
 1 file changed, 2 deletions(-)
95acb6
95acb6
diff --git a/lib/libvolume_key.h b/lib/libvolume_key.h
95acb6
index 657b626..513f923 100644
95acb6
--- a/lib/libvolume_key.h
95acb6
+++ b/lib/libvolume_key.h
95acb6
@@ -18,8 +18,6 @@ Author: Miloslav Trmač <mitr@redhat.com> */
95acb6
 #ifndef LIBVOLUME_KEY_H__
95acb6
 #define LIBVOLUME_KEY_H__
95acb6
 
95acb6
-#include <config.h>
95acb6
-
95acb6
 #include <cert.h>
95acb6
 #include <glib.h>
95acb6
 
95acb6
-- 
95acb6
2.9.5
95acb6