summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2005-11-07 18:48:39 +0000
committerwtchang%redhat.com <devnull@localhost>2005-11-07 18:48:39 +0000
commit1e7315d5ebba897498d88126373a04bfecd14a41 (patch)
treeae1a3d020192e3af205969852d7255a20419cada
parent35c21044ec3c58c54272dae117fc6b6e1ad1d2c9 (diff)
downloadnss-hg-1e7315d5ebba897498d88126373a04bfecd14a41.tar.gz
Bugzilla Bug 313196: checked in a header inclusion change that I missed in
the previous checkin.
-rw-r--r--security/nss/lib/freebl/alghmac.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/nss/lib/freebl/alghmac.c b/security/nss/lib/freebl/alghmac.c
index 796cb990c..ab5a35420 100644
--- a/security/nss/lib/freebl/alghmac.c
+++ b/security/nss/lib/freebl/alghmac.c
@@ -34,9 +34,8 @@
*
* ***** END LICENSE BLOCK ***** */
-#include "sechash.h"
#include "secport.h"
-#include "alghmac.h"
+#include "blapi.h"
#include "secerr.h"
#define HMAC_PAD_SIZE HASH_BLOCK_LENGTH_MAX