mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 06:38:37 -05:00
Remove duplicate definition of AGENT_MAX_MSGLEN.
Now all references of that constant use the same definition in pageant.h, so it'll be easy to change if we ever need to.
This commit is contained in:
parent
1b2cc40244
commit
9c3700a6d3
@ -7,13 +7,13 @@
|
|||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#include "putty.h"
|
#include "putty.h"
|
||||||
|
#include "pageant.h" /* for AGENT_MAX_MSGLEN */
|
||||||
|
|
||||||
#ifndef NO_SECURITY
|
#ifndef NO_SECURITY
|
||||||
#include "winsecur.h"
|
#include "winsecur.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define AGENT_COPYDATA_ID 0x804e50ba /* random goop */
|
#define AGENT_COPYDATA_ID 0x804e50ba /* random goop */
|
||||||
#define AGENT_MAX_MSGLEN 8192
|
|
||||||
|
|
||||||
int agent_exists(void)
|
int agent_exists(void)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user