* shs.h: use "" include for k5-int.h
authorTom Yu <tlyu@mit.edu>
Sat, 8 Jun 2002 00:36:26 +0000 (00:36 +0000)
committerTom Yu <tlyu@mit.edu>
Sat, 8 Jun 2002 00:36:26 +0000 (00:36 +0000)
[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
src/lib/crypto/sha1/shs.h

index 048a3fd8f3a0014ade7744cc1e846af6e0f54127..4ae55885361ae5ec46d86272f721549a6de4e2d7 100644 (file)
@@ -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.
index ebbdc4a9cfebf9bd1929eebe413b25dbfa891b64..d641c3289aec5f30022898d300d7783fc1eb331c 100644 (file)
@@ -1,6 +1,6 @@
 #ifndef _SHS_DEFINED
 
-#include <k5-int.h>
+#include "k5-int.h"
 
 #define _SHS_DEFINED