Welcome! Log In Create A New Profile

Advanced

Re: NGINX 1.0.3 compile error: src/core/ngx_crypt.c: In function ‘ngx_crypt_apr1’

All files from this thread

File Name File Size   Posted by Date  
1.9 KB open | download Dalibor Jotanovic 05/27/2011 Read message
1.1 KB open | download Dalibor Jotanovic 05/27/2011 Read message
1.9 KB open | download Dalibor Jotanovic 05/27/2011 Read message
1.1 KB open | download Dalibor Jotanovic 05/27/2011 Read message
May 27, 2011 08:20AM
On Fri, May 27, 2011 at 04:07:47PM +0400, Maxim Dounin wrote:

> > Index: src/core/ngx_md5.c
> > ===================================================================
> > --- src/core/ngx_md5.c (revision 3927)
> > +++ src/core/ngx_md5.c (working copy)
> > @@ -32,7 +32,7 @@
> >
> >
> > void
> > -ngx_md5_update(ngx_md5_t *ctx, const u_char *data, size_t size)
> > +ngx_md5_update(ngx_md5_t *ctx, const void *data, size_t size)
>
> $ grep MD5Update /usr/include/sys/md5.h
> void MD5Update (MD5_CTX *, const unsigned char *, unsigned int);

What OS ?

$ man 3 md5 (MacOSX 10.6)
[ ... ]
#include <openssl/md5.h>
[ ... ]
int MD5_Update(MD5_CTX *c, const void *data,
unsigned long len);

$ man 3 md5 (FreeBSD 7-8)
[ ... ]
#include <md5.h>
[ ... ]
MD5Update(MD5_CTX *context, const void *data, unsigned int len);

$ grep MD5Update /usr/include/sys/md5.h
void MD5Update (MD5_CTX *, const void *, unsigned int);


--
Igor Sysoev

_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx
Subject Author Posted

NGINX 1.0.3 compile error: src/core/ngx_crypt.c: In function ‘ngx_crypt_apr1’ Attachments

Dalibor Jotanovic May 27, 2011 05:32AM

Re: NGINX 1.0.3 compile error: src/core/ngx_crypt.c: In function ‘ngx_crypt_apr1’

Igor Sysoev May 27, 2011 05:58AM

Antw: Re: NGINX 1.0.3 compile error: src/core/ngx_crypt.c: In function ‘ngx_crypt_apr1’ Attachments

Dalibor Jotanovic May 27, 2011 06:40AM

Re: NGINX 1.0.3 compile error: src/core/ngx_crypt.c: In function ‘ngx_crypt_apr1’

Maxim Dounin May 27, 2011 08:08AM

Re: NGINX 1.0.3 compile error: src/core/ngx_crypt.c: In function ‘ngx_crypt_apr1’

Igor Sysoev May 27, 2011 08:20AM

Re: NGINX 1.0.3 compile error: src/core/ngx_crypt.c: In function ‘ngx_crypt_apr1’

Igor Sysoev May 27, 2011 08:36AM

Re: NGINX 1.0.3 compile error: src/core/ngx_crypt.c: In function ‘ngx_crypt_apr1’

Maxim Dounin May 27, 2011 08:38AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 117
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 500 on July 15, 2024
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready