Mercurial > hg > octave-kai > gnulib-hg
annotate modules/hmac-sha1 @ 8581:7600b64d20c8
Take care of IN_LIBINTL situation.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 29 Mar 2007 22:21:32 +0000 |
parents | 6a764f23e302 |
children |
rev | line source |
---|---|
6364 | 1 Description: |
2 Compute hashed message authentication codes with SHA1. | |
3 | |
4 Files: | |
5 lib/hmac.h | |
6 lib/hmac-sha1.c | |
7 m4/hmac-sha1.m4 | |
8 | |
9 Depends-on: | |
10 memxor | |
11 sha1 | |
12 | |
13 configure.ac: | |
14 gl_HMAC_SHA1 | |
15 | |
16 Makefile.am: | |
17 | |
18 Include: | |
19 "hmac.h" | |
20 | |
21 License: | |
22 LGPL | |
23 | |
24 Maintainer: | |
25 Simon Josefsson |