diff options
-rw-r--r-- | xmalloc.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,9 +29,11 @@ | |||
29 | void | 29 | void |
30 | ssh_malloc_init(void) | 30 | ssh_malloc_init(void) |
31 | { | 31 | { |
32 | #if defined(__OpenBSD__) | ||
32 | extern char *malloc_options; | 33 | extern char *malloc_options; |
33 | 34 | ||
34 | malloc_options = "S"; | 35 | malloc_options = "S"; |
36 | #endif /* __OpenBSD__ */ | ||
35 | } | 37 | } |
36 | 38 | ||
37 | void * | 39 | void * |