X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=keydb_hkp.c;h=3ec46a4f2cf7b9e9bb40ca1e806961727fa40370;hb=37801dca09e004c214604ae66323a628e100258d;hp=1465503ed87518be37ea9e045075e8fc07c6dfa1;hpb=f98869fbb272a11751a1477e083898b8d41c94c6;p=onak.git diff --git a/keydb_hkp.c b/keydb_hkp.c index 1465503..3ec46a4 100644 --- a/keydb_hkp.c +++ b/keydb_hkp.c @@ -13,16 +13,18 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ +#include +#include #include #include #include -#include #include +#include "build-config.h" + #include "armor.h" #include "charfuncs.h" #include "keydb.h" @@ -31,7 +33,6 @@ #include "mem.h" #include "onak-conf.h" #include "parsekey.h" -#include "version.h" struct onak_hkp_dbctx { struct onak_db_config *config; /* Our DB config info */