From b4e587d14d1c96824754fa21d47548c3ac95c65c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 14 Oct 2006 12:52:41 +0000 Subject: [PATCH] Include "crypto-headers.h". git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18461 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/rsh/rsh_locl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/appl/rsh/rsh_locl.h b/appl/rsh/rsh_locl.h index 7c87af9f1..2403b0dd7 100644 --- a/appl/rsh/rsh_locl.h +++ b/appl/rsh/rsh_locl.h @@ -108,6 +108,7 @@ struct krb5_pk_cert; struct ContentInfo; struct _krb5_krb_auth_data; struct krb5_dh_moduli; +#include "crypto-headers.h" #include /* for _krb5_{get,put}_int */ #endif #if defined(KRB4) || defined(KRB5)