diff options
| author | Tom Yu <tlyu@mit.edu> | 2002-06-08 00:36:26 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 2002-06-08 00:36:26 +0000 |
| commit | 46ccbc072a0185d467bf30bc163a6035b9d0d4ff (patch) | |
| tree | 50ae382f54e388119b2618eaf78acb217064270c /src | |
| parent | 3e75a6bc3145bd312e7c9153c885b4f600e70a43 (diff) | |
| download | krb5-46ccbc072a0185d467bf30bc163a6035b9d0d4ff.tar.gz krb5-46ccbc072a0185d467bf30bc163a6035b9d0d4ff.tar.xz krb5-46ccbc072a0185d467bf30bc163a6035b9d0d4ff.zip | |
* 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
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/crypto/sha1/ChangeLog | 5 | ||||
| -rw-r--r-- | src/lib/crypto/sha1/shs.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/crypto/sha1/ChangeLog b/src/lib/crypto/sha1/ChangeLog index 048a3fd8f3..4ae5588536 100644 --- a/src/lib/crypto/sha1/ChangeLog +++ b/src/lib/crypto/sha1/ChangeLog @@ -1,3 +1,8 @@ +2002-06-07 Miro Jurisic <meeroh@mit.edu> + + * shs.h: use "" include for k5-int.h + [pullup from 1-2-2-branch] + 2001-12-05 Ezra Peisach <epeisach@mit.edu> * 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 ebbdc4a9cf..d641c3289a 100644 --- a/src/lib/crypto/sha1/shs.h +++ b/src/lib/crypto/sha1/shs.h @@ -1,6 +1,6 @@ #ifndef _SHS_DEFINED -#include <k5-int.h> +#include "k5-int.h" #define _SHS_DEFINED |
