X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=keydb_hkp.c;h=b4540e15ab915d5cf01542a72cb87964106c4040;hb=94422621d7c1300ae7001d13590570f9d4ad2a07;hp=d55551e5724273ccf17fa44c232cb88e71c0dabc;hpb=de396fa4c9a6049fb6d8a31993f5e8ca762ace74;p=onak.git diff --git a/keydb_hkp.c b/keydb_hkp.c index d55551e..b4540e1 100644 --- a/keydb_hkp.c +++ b/keydb_hkp.c @@ -13,14 +13,14 @@ * 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 "armor.h" @@ -36,7 +36,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)