|
Lines 29-36
Link Here
|
| 29 |
|
29 |
|
| 30 |
/* -------------------------------------------------------------------------- */ |
30 |
/* -------------------------------------------------------------------------- */ |
| 31 |
/* Length of the preallocated buffer for the "answer" from the dns/txt |
31 |
/* Length of the preallocated buffer for the "answer" from the dns/txt |
| 32 |
callback function. */ |
32 |
callback function. This should match the maximum RDLENGTH from DNS. */ |
| 33 |
#define PDKIM_DNS_TXT_MAX_RECLEN 4096 |
33 |
#define PDKIM_DNS_TXT_MAX_RECLEN (1 << 16) |
| 34 |
|
34 |
|
| 35 |
/* -------------------------------------------------------------------------- */ |
35 |
/* -------------------------------------------------------------------------- */ |
| 36 |
/* Function success / error codes */ |
36 |
/* Function success / error codes */ |