summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2005-11-07 19:00:58 +0000
committerwtchang%redhat.com <devnull@localhost>2005-11-07 19:00:58 +0000
commitb31eb64545f65147a51975bcd45f933dc025b86a (patch)
tree0ad6c53ba1a89bcee4c2f07201698897c966bec5
parent1e7315d5ebba897498d88126373a04bfecd14a41 (diff)
downloadnss-hg-b31eb64545f65147a51975bcd45f933dc025b86a.tar.gz
Bugzilla bug 313196: include the minimal headers.
-rw-r--r--security/nss/lib/freebl/alghmac.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/nss/lib/freebl/alghmac.c b/security/nss/lib/freebl/alghmac.c
index ab5a35420..b1174f460 100644
--- a/security/nss/lib/freebl/alghmac.c
+++ b/security/nss/lib/freebl/alghmac.c
@@ -35,7 +35,9 @@
* ***** END LICENSE BLOCK ***** */
#include "secport.h"
-#include "blapi.h"
+#include "hasht.h"
+#include "blapit.h"
+#include "alghmac.h"
#include "secerr.h"
#define HMAC_PAD_SIZE HASH_BLOCK_LENGTH_MAX