X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=keydb_hkp.c;h=a65d11b238cb155cf9bc88dbc9eb9a708e2d0be9;hb=0c120d1895d25b59abe338862189be1b87447569;hp=d55551e5724273ccf17fa44c232cb88e71c0dabc;hpb=de396fa4c9a6049fb6d8a31993f5e8ca762ace74;p=onak.git diff --git a/keydb_hkp.c b/keydb_hkp.c index d55551e..a65d11b 100644 --- a/keydb_hkp.c +++ b/keydb_hkp.c @@ -17,10 +17,11 @@ * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +#include +#include #include #include #include -#include #include #include "armor.h" @@ -36,7 +37,7 @@ struct onak_hkp_dbctx { struct onak_db_config *config; /* Our DB config info */ CURL *curl; - char hkpbase[1024]; + char hkpbase[512]; }; static int hkp_parse_url(struct onak_hkp_dbctx *privctx, const char *url)