summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/t_hmac.c
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2005-11-18 01:54:58 +0000
committerKen Raeburn <raeburn@mit.edu>2005-11-18 01:54:58 +0000
commit52d2a115aa39fe3fe083d27312444070b7aea514 (patch)
tree82f729aef2dab83b97474f71172f363552508f87 /src/lib/crypto/t_hmac.c
parent197a2fb6c808a388e7fd60b0aee453b820a54418 (diff)
downloadkrb5-52d2a115aa39fe3fe083d27312444070b7aea514.tar.gz
krb5-52d2a115aa39fe3fe083d27312444070b7aea514.tar.xz
krb5-52d2a115aa39fe3fe083d27312444070b7aea514.zip
* t_hmac.c, t_pkcs5.c: Don't include krb5.h
ticket: 3236 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17499 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/t_hmac.c')
-rw-r--r--src/lib/crypto/t_hmac.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/crypto/t_hmac.c b/src/lib/crypto/t_hmac.c
index 8208edded..000e64b85 100644
--- a/src/lib/crypto/t_hmac.c
+++ b/src/lib/crypto/t_hmac.c
@@ -33,7 +33,6 @@
#include <string.h>
#include <ctype.h>
-#include <krb5.h>
#include "hash_provider.h"
#define ASIZE(ARRAY) (sizeof(ARRAY)/sizeof(ARRAY[0]))