From: Tom Yu Date: Sat, 8 Jun 2002 00:36:26 +0000 (+0000) Subject: * shs.h: use "" include for k5-int.h X-Git-Tag: krb5-1.3-alpha1~731 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=46ccbc072a0185d467bf30bc163a6035b9d0d4ff;p=krb5.git * shs.h: use "" include for k5-int.h [pullup from 1-2-2-branch] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14482 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/crypto/sha1/ChangeLog b/src/lib/crypto/sha1/ChangeLog index 048a3fd8f..4ae558853 100644 --- a/src/lib/crypto/sha1/ChangeLog +++ b/src/lib/crypto/sha1/ChangeLog @@ -1,3 +1,8 @@ +2002-06-07 Miro Jurisic + + * shs.h: use "" include for k5-int.h + [pullup from 1-2-2-branch] + 2001-12-05 Ezra Peisach * shs.c, shs.h (shsUpdate): Declare second argument as const. diff --git a/src/lib/crypto/sha1/shs.h b/src/lib/crypto/sha1/shs.h index ebbdc4a9c..d641c3289 100644 --- a/src/lib/crypto/sha1/shs.h +++ b/src/lib/crypto/sha1/shs.h @@ -1,6 +1,6 @@ #ifndef _SHS_DEFINED -#include +#include "k5-int.h" #define _SHS_DEFINED