mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 14:39:24 -05:00
Move the declaration of smemclr() out of putty.h into misc.h, because
one of its uses (in sshaes.c) wasn't picking up the former. Thanks to Ubuntu's gcc for spotting that. [originally from svn r9590]
This commit is contained in:
parent
afa871e3cf
commit
b0bb426aa7
2
misc.h
2
misc.h
@ -50,6 +50,8 @@ void bufchain_fetch(bufchain *ch, void *data, int len);
|
|||||||
|
|
||||||
struct tm ltime(void);
|
struct tm ltime(void);
|
||||||
|
|
||||||
|
void smemclr(void *b, size_t len);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Debugging functions.
|
* Debugging functions.
|
||||||
*
|
*
|
||||||
|
1
putty.h
1
putty.h
@ -1291,7 +1291,6 @@ int filename_serialise(const Filename *f, void *data);
|
|||||||
Filename *filename_deserialise(void *data, int maxsize, int *used);
|
Filename *filename_deserialise(void *data, int maxsize, int *used);
|
||||||
char *get_username(void); /* return value needs freeing */
|
char *get_username(void); /* return value needs freeing */
|
||||||
char *get_random_data(int bytes); /* used in cmdgen.c */
|
char *get_random_data(int bytes); /* used in cmdgen.c */
|
||||||
void smemclr(void *b, size_t len);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Exports and imports from timing.c.
|
* Exports and imports from timing.c.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user