From 46ccbc072a0185d467bf30bc163a6035b9d0d4ff Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Sat, 8 Jun 2002 00:36:26 +0000 Subject: [PATCH] * 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 --- src/lib/crypto/sha1/ChangeLog | 5 +++++ src/lib/crypto/sha1/shs.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.26.2