=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/xmalloc.c,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- src/usr.bin/ssh/xmalloc.c 2017/05/31 09:15:42 1.34 +++ src/usr.bin/ssh/xmalloc.c 2019/06/06 05:13:13 1.35 @@ -1,4 +1,4 @@ -/* $OpenBSD: xmalloc.c,v 1.34 2017/05/31 09:15:42 deraadt Exp $ */ +/* $OpenBSD: xmalloc.c,v 1.35 2019/06/06 05:13:13 otto Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -22,13 +22,7 @@ #include "xmalloc.h" #include "log.h" -void -ssh_malloc_init(void) -{ - extern char *malloc_options; - - malloc_options = "S"; -} +char *malloc_options = "S"; void * xmalloc(size_t size)