~ubuntu-branches/ubuntu/gutsy/gnutls13/gutsy-proposed

« back to all changes in this revision

Viewing changes to lgl/m4/hmac-md5.m4

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2007-04-21 10:57:02 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070421105702-pcr1znxco54p61qo
Tags: 1.6.2-1
* New upstream version
  - Really Closes: #403887 libgnutls failes to parse OpenSSL generated
    certificates, since it contains a regenerated pkix_asn1_tab.c.
  - Ship German translation. Closes: #392857

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# hmac-md5.m4 serial 2
 
2
dnl Copyright (C) 2005, 2006 Free Software Foundation, Inc.
 
3
dnl This file is free software; the Free Software Foundation
 
4
dnl gives unlimited permission to copy and/or distribute it,
 
5
dnl with or without modifications, as long as this notice is preserved.
 
6
 
 
7
AC_DEFUN([gl_HMAC_MD5],
 
8
[
 
9
  AC_LIBOBJ([hmac-md5])
 
10
])