Re: fidencio - r29759 - abiword/trunk/plugins/opendocument/common/xp/crypto

From: Fabiano Fidêncio <fabiano_at_fidencio.org>
Date: Mon May 23 2011 - 01:52:29 CEST

On Sun, May 22, 2011 at 8:50 PM, <cvs@abisource.com> wrote:
>
> Author: fidencio
> Date: 2011-05-23 01:50:24 +0200 (Mon, 23 May 2011)
> New Revision: 29759
>
> Modified:
>   abiword/trunk/plugins/opendocument/common/xp/crypto/gc-pbkdf2-sha1.c
>   abiword/trunk/plugins/opendocument/common/xp/crypto/gc-pbkdf2-sha1.h
> Log:
> Fixing undefined reference on compile opendocument plugin in OS X

uwog and monkeyiq, many thanks for all support :-)

>
>
>
> Modified: abiword/trunk/plugins/opendocument/common/xp/crypto/gc-pbkdf2-sha1.c
> ===================================================================
> --- abiword/trunk/plugins/opendocument/common/xp/crypto/gc-pbkdf2-sha1.c        2011-05-22 21:21:15 UTC (rev 29758)
> +++ abiword/trunk/plugins/opendocument/common/xp/crypto/gc-pbkdf2-sha1.c        2011-05-22 23:50:24 UTC (rev 29759)
> @@ -22,9 +22,9 @@
>
>  // #include "gc.h"
>
> +#include "gc-pbkdf2-sha1.h"
>  #include "hmac.h"
>
> -#include <stdlib.h>
>  #include <string.h>
>
>  /* Implement PKCS#5 PBKDF2 as per RFC 2898.  The PRF to use is hard
>
> Modified: abiword/trunk/plugins/opendocument/common/xp/crypto/gc-pbkdf2-sha1.h
> ===================================================================
> --- abiword/trunk/plugins/opendocument/common/xp/crypto/gc-pbkdf2-sha1.h        2011-05-22 21:21:15 UTC (rev 29758)
> +++ abiword/trunk/plugins/opendocument/common/xp/crypto/gc-pbkdf2-sha1.h        2011-05-22 23:50:24 UTC (rev 29759)
> @@ -21,6 +21,8 @@
>  #ifndef __PBKDF2_SHA1__
>  #define __PBKDF2_SHA1__
>
> +#include <stdlib.h>
> +
>  # ifdef __cplusplus
>  extern "C" {
>  # endif
> @@ -35,4 +37,4 @@
>  # endif
>
>
> -#endif /* __PBKDF2_SHA1__ */
> \ No newline at end of file
> +#endif /* __PBKDF2_SHA1__ */
>
> -----------------------------------------------
> To unsubscribe from this list, send a message to
> abisource-cvs-commit-request@abisource.com with the word
> unsubscribe in the message body.
>

-- 
Fabiano Fidêncio
Received on Mon May 23 01:53:05 2011

This archive was generated by hypermail 2.1.8 : Mon May 23 2011 - 01:53:05 CEST