From 4a4b90d3b869f549bed4cef5fc9fec866639a059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 8 Jan 2006 21:58:46 +0000 Subject: [PATCH] Use "crypto-headers.h". git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16484 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/collector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hx509/collector.c b/lib/hx509/collector.c index 16ee5f212..6e07331cd 100644 --- a/lib/hx509/collector.c +++ b/lib/hx509/collector.c @@ -33,7 +33,7 @@ #include "hx_locl.h" RCSID("$Id$"); -#include +#include "crypto_headers.h" struct private_key { AlgorithmIdentifier alg;