diff options
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 048a3fd8f..4ae558853 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 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 <k5-int.h> +#include "k5-int.h" #define _SHS_DEFINED |
