pkgsrc/security/cyrus-sasl/patches/patch-ac
jlam 4890f5ad3c Update cyrus-sasl to 1.5.24nb2:
* Move headers to ${PREFIX}/include and get rid of need for the MD5
  headers.
* Move creation of cyrus user and mail group from cyrus-imapd to cyrus-sasl.
* Always compile support for pwcheck.
* Supply a ${PREFIX}/etc/rc.d/pwcheck script that drops in the rc.d startup
  scheme.
* Supply a sasl-config script that can return compiler flags needed for
  linking against -lsasl.
* Install documentation.
* Supply DEINSTALL/INSTALL scripts to manage the /var/pwcheck directory
  and /etc/sasldb shared secrets database.
* Improve the descriptions in the COMMENT and DESCR files.
* Make me the maintainer.
2000-12-10 09:43:36 +00:00

15 lines
391 B
Text

$NetBSD: patch-ac,v 1.1 2000/12/10 09:43:37 jlam Exp $
--- include/hmac-md5.h.orig Mon Nov 16 15:06:38 1998
+++ include/hmac-md5.h
@@ -15,8 +15,8 @@
* values stored in network byte order (Big Endian)
*/
typedef struct HMAC_MD5_STATE_s {
- UINT4 istate[4];
- UINT4 ostate[4];
+ u_int32_t istate[4];
+ u_int32_t ostate[4];
} HMAC_MD5_STATE;
/* One step hmac computation